
Answer-first summary for fast verification
Answer: Combine Tumbling Window triggers with dependency settings to manage activity dependencies and schedule the pipeline based on specific business timings.
Combining Tumbling Window triggers with dependency settings allows for precise scheduling aligned with business requirements and ensures that activities are executed in the correct order based on their dependencies. This approach provides flexibility and control over pipeline execution times and sequences.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with scheduling a complex data pipeline in Azure Data Factory that involves multiple dependent activities and needs to run at specific times based on business requirements. Describe the approach you would take to schedule this pipeline, including the types of triggers you would use and how you would manage dependencies between activities.
A
Use a single Schedule trigger set to run the pipeline at the least busy time of day.
B
Combine Tumbling Window triggers with dependency settings to manage activity dependencies and schedule the pipeline based on specific business timings.
C
Manually trigger the pipeline each time it needs to run.
D
Use a Continuous Run trigger to keep the pipeline running at all times.
No comments yet.