Implementing Analytics Solutions Using Microsoft Fabric — Question 81
You have a Fabric tenant.
You plan to create a data pipeline named Pipeline1. Pipeline1 will include two activities that will execute in sequence.
You need to ensure that a failure of the first activity will NOT block the second activity.
Which conditional path should you configure between the first activity and the second activity?
Answer options
- A. Upon Failure
- B. Upon Completion
- C. Upon Skip
- D. Upon Skip
Correct answer: B
Explanation
The correct answer is B, 'Upon Completion', as it allows the second activity to execute regardless of the outcome of the first activity. The other options, including A, do not allow for the second activity to run if the first fails, while C and D are irrelevant as they pertain to skipping activities rather than managing failures.