Fred is a Cloud Data Architect for Whizlabs Inc.
He's implementing triggers to execute the Data factory pipelines for Synapse SQL pool jobs.
He requires the triggers that can invoke the ADF pipeline based on the clock time schedule and operate periodically.
Which of the following two types of triggers can he use for pipeline execution?
Click on the arrows to vote for the correct answer
A. B. C. D. E. F.Correct Answers: C and F
Triggers are another way that can be used to execute a pipeline run.
Triggers represent a unit of processing that determines when a pipeline execution needs to be kicked off.
Fred, as a Cloud Data Architect, can use the Schedule Trigger to invoke the ADF pipeline based on the clock time schedule and operate periodically.
Here is a detailed explanation of each type of trigger mentioned in the question:
A. Event-based trigger: This type of trigger is used to invoke a pipeline when a specific event occurs, such as a file being added to a storage account or a message being added to a queue.
B. Queue-based trigger: This type of trigger is used to invoke a pipeline when a message is added to a queue. The trigger reads the message and passes the message to the pipeline as a parameter.
C. Schedule trigger: This type of trigger is used to invoke a pipeline based on a predefined schedule, such as every day at a specific time or every hour.
D. Function-based trigger: This type of trigger is used to invoke a pipeline when a specific function is called.
E. Workflow trigger: This type of trigger is used to invoke a pipeline when a workflow is executed.
F. Tumbling window trigger: This type of trigger is used to invoke a pipeline based on a predefined time window, such as every 15 minutes or every hour.
In summary, Fred can use the Schedule Trigger to execute the ADF pipeline based on the clock time schedule and operate periodically.