Login
Remember
Register
Ask a Question
How many types of triggers are supported by Azure Data Factory?
0
votes
asked
Jun 12, 2022
in
Azure Data Factory
by
SakshiSharma
How many types of triggers are supported by Azure Data Factory?
triggers
azure-data-factory
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 12, 2022
by
SakshiSharma
Following are the three types of triggers that Azure Data Factory supports:
Tumbling Window Trigger:
The Tumbling Window Trigger executes the Azure Data Factory pipelines over cyclic intervals. It is also used to maintain the state of the pipeline.
Event-based Trigger:
The Event-based Trigger creates a response to any event related to blob storage. These can be created when you add or delete blob storage.
Schedule Trigger:
The Schedule Trigger executes the Azure Data Factory pipelines that follow the wall clock timetable.
...