DP-203 · Question #204
You have the following Azure Data Factory pipelines: - Ingest Data from System 1 - Ingest Data from System2 - Populate Dimensions - Populate facts Ingest Data from System1 and Ingest Data from…
The correct answer is C. Create a parent pipeline that contains the four pipelines and use a schedule trigger. Schedule trigger: A trigger that invokes a pipeline on a wall-clock schedule. https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers
Question
You have the following Azure Data Factory pipelines:
- Ingest Data from System 1
- Ingest Data from System2
- Populate Dimensions
- Populate facts
Ingest Data from System1 and Ingest Data from System2 have no dependencies. Populate Dimensions must execute after Ingest Data from System1 and Ingest Data from System2. Populate Facts must execute after Populate Dimensions pipeline. All the pipelines must execute every eight hours. What should you do to schedule the pipelines for execution?
Options
- AAdd an event trigger to all four pipelines.
- BCreate a parent pipeline that contains the four pipelines and use an event trigger.
- CCreate a parent pipeline that contains the four pipelines and use a schedule trigger.
- DAdd a schedule trigger to all four pipelines.
How the community answered
(32 responses)- A6% (2)
- B16% (5)
- C72% (23)
- D6% (2)
Explanation
Schedule trigger: A trigger that invokes a pipeline on a wall-clock schedule. https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers
Topics
Community Discussion
No community discussion yet for this question.