DP-203 · Question #129
You have an Azure Data Factory instance that contains two pipelines named Pipeline1 and Pipeline2. Pipeline1 has the activities shown in the following exhibit. Pipeline2 has the activities shown in…
The correct answer is A. Pipeline1 and Pipeline2 succeeded. Activities are linked together via dependencies. A dependency has a condition of one of the Succeeded, Failed, Skipped, or Completed. Consider Pipeline1: If we have a pipeline with two activities where Activity2 has a failure dependency on Activity1, the pipeline will not fail…
Question
You have an Azure Data Factory instance that contains two pipelines named Pipeline1 and Pipeline2. Pipeline1 has the activities shown in the following exhibit. Pipeline2 has the activities shown in the following exhibit. You execute Pipeline2, and Stored procedure1 in Pipeline1 fails. What is the status of the pipeline runs?
Exhibits
Options
- APipeline1 and Pipeline2 succeeded.
- BPipeline1 and Pipeline2 failed.
- CPipeline1 succeeded and Pipeline2 failed.
- DPipeline1 failed and Pipeline2 succeeded.
How the community answered
(65 responses)- A72% (47)
- B8% (5)
- C5% (3)
- D15% (10)
Explanation
Activities are linked together via dependencies. A dependency has a condition of one of the Succeeded, Failed, Skipped, or Completed. Consider Pipeline1: If we have a pipeline with two activities where Activity2 has a failure dependency on Activity1, the pipeline will not fail just because Activity1 failed. If Activity1 fails and Activity2 succeeds, the pipeline will succeed. This scenario is treated as a try-catch block by Data Factory. The failure dependency means this pipeline reports success. If we have a pipeline containing Activity1 and Activity2, and Activity2 has a success dependency on Activity1, it will only execute if Activity1 is successful. In this scenario, if Activity1 fails, the pipeline will fail. https://datasavvy.me/category/azure-data-factory/
Topics
Community Discussion
No community discussion yet for this question.

