
Ultimate access to all questions.
You have the following Azure Data Factory pipelines:
Ingest Data from System1
Ingest Data from System2
Populate Dimensions
Populate Facts
Ingest Data from System1 and Ingest Data from System2 have no dependencies on each other. Populate Dimensions must execute after both Ingest Data from System1 and Ingest Data from System2 complete. Populate Facts must execute after Populate Dimensions completes. All pipelines must execute every eight hours.
What should you do to schedule the pipelines for execution?
A
Add an event trigger to all four pipelines.
B
Add a schedule trigger to all four pipelines.
C
Create a patient pipeline that contains the four pipelines and use a schedule trigger.
D
Create a patient pipeline that contains the four pipelines and use an event trigger.