DP-700 · Question #80
You have a Fabric workspace that contains a data pipeline named Pipeline1 as shown in the exhibit. (Click the Exhibit tab.) What will occur next time Pipeline1 runs?
The correct answer is F. Both activities will be skipped. When a Fabric data pipeline runs, if both activities within it are disabled, they will both be skipped and not execute.
Question
Exhibit
Options
- ACopy_kd1 will run first, and then Execute procedure1 will run.
- BExecute procedure1 will run first, and then Copy_kd1 will run.
- CExecute procedure1 will run and Copy_kd1 will be skipped.
- DCopy_kd1 will run and Execute procedure1 will be skipped.
- EBoth activities will run simultaneously.
- FBoth activities will be skipped.
How the community answered
(37 responses)- C3% (1)
- D3% (1)
- E5% (2)
- F89% (33)
Why each option
When a Fabric data pipeline runs, if both activities within it are disabled, they will both be skipped and not execute.
This assumes a sequential execution where both activities are enabled.
This assumes a sequential execution where both activities are enabled, with a different order.
This assumes one activity is enabled and the other is skipped/disabled.
This assumes one activity is enabled and the other is skipped/disabled.
This assumes both activities are enabled and configured for parallel execution.
If both the 'Copy_kd1' and 'Execute procedure1' activities within Pipeline1 are explicitly disabled (e.g., via their 'General' settings in the pipeline editor), the data pipeline will execute but will skip these disabled activities, resulting in neither of them running.
Concept tested: Data pipeline activity enable-disable status
Source: https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-activities
Topics
Community Discussion
No community discussion yet for this question.
