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 System1 have no dependencies. Populate Dimensions must execute after Ingest Data from System1 and Ingest Data from System* Populate Facts must execute after the Populate Dimensions pipeline. All the pipelines must execute every eight hours.
What should you do to schedule the pipelines for execution?
Select an option, then click Submit answer.
-
○
Add an event trigger to all four pipelines.
-
○
Create a parent pipeline that contains the four pipelines and use an event trigger.
-
○
Create a parent pipeline that contains the four pipelines and use a schedule trigger.
-
○
Add a schedule trigger to all four pipelines.