To ensure that the second activity in a data pipeline executes regardless of the first activity's failure, which conditional path should be configured?

Prepare for the Fabric Certification Test. Enhance your knowledge using flashcards and multiple choice questions. Each question provides hints and detailed explanations. Be well-prepared for your certification exam!

The correct configuration for ensuring that the second activity in a data pipeline executes regardless of the first activity's failure is to set the path to "Upon Completion." This conditional path ensures that the second activity will run as soon as the first activity finishes, no matter the outcome of that activity.

When the path is set to "Upon Completion," it allows for both successful and failed executions of the first activity to lead into the next step. This is particularly useful in scenarios where the second activity does not depend on the results of the first and should proceed regardless of whether the first activity was successful or failed. Therefore, it ensures robustness in the pipeline’s execution flow.

Other path options do not meet the requirement effectively. The path set to "Upon Failure" would only trigger the second activity if the first fails, while "Upon Success" would restrict execution to only when the first activity completes successfully. "Upon Skip" typically pertains to scenarios where an activity is intentionally bypassed, which is not the intent here. Thus, using "Upon Completion" is the most appropriate choice for ensuring the second activity runs irrespective of the first's success or failure.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy