AZURE DATA FACTORY INTERVIEW QUESTION : TRIGGER AND TYPES.
TRIGGERS:-
Triggers are used to automate the execute of pipeline or workflow.
TYPES:-
1.Scheduled Trigger.
2.Thumbling window Trigger.
3.Event-based Trigger.
* Storage Event Trigger.
*Custom Event Trigger.
1.Scheduled Trigger:-
*These Triggers are used to automate the pipelines at specified times or intervals ,such as daily ,weekly or monthly.
* Only for future dated loads, not for past.
*Many to many relation i.e one trigger can apply to many pipelines and many triggers can applies for single pipeline.
2.Thumbling window Trigger.
*Thumbling window triggers can be configued to initiate past and future dated loads.
*Thumbling window has one-to-one relationship with a pipeline and can only refernece a single pipleine.
*It has a self dependency property which means the trigger shouldn't proceed to the next window until the precending window is successfully completed.
3.Event-based Trigger.
Trigger that responds to an Azure blob related event.
Types:-
*Storage Event Trigger:-
It kick offs pipelines based on events such as the arrival or deletion of a file in your azure storage account.
* Custom Event Trigger:-
It supports filtering capabilities ,these conditional filters allow pipelines to trigger based upon the values of event payload.
Advantages:-
we can use it in different time zones.
Comments
Post a Comment