Ultimate access to all questions.
You are working with a Fabric tenant and are in the process of setting up a data pipeline called Pipeline1. Pipeline1 is designed to consist of two sequential activities. Your objective is to configure the pipeline in such a way that if the first activity fails, the second activity will still execute without being blocked. What type of conditional path should you set up between the first and second activities to achieve this behavior?
Explanation:
In data pipelines, the 'Upon Completion' conditional path ensures that the second activity will execute regardless of the success or failure of the first activity. This setting is used to ensure continuity in the pipeline execution flow, so that even if one activity fails, the subsequent activities will still run. 'Upon Failure' would only trigger the second activity if the first one fails, not in other cases, while 'Upon Completion' covers all outcomes of the first activity.