Forum Discussion
Gpop13
1 year agoAdvocate IV
Fabric Data pipeline activity dependency
Hi, I have the below dependency set in a fabric pipeline. I need the variable to be set to Failed even when one of the notebooks has failed. In the below case, the failed variable will be invoked ONL...
- 1 year ago
please refer the below blog :
You need to use on completion and then check whether there is any failure in any activity, if yes, then set variable else skip
nilendraFabric
1 year agoSuper User
Hi Gpop13
if you wire the Set Variable activity to trigger based on the failure condition of each notebook, that activity will only execute if all three notebooks fail because dependencies in Fabric pipelines are combined with an AND logic condition
so your requirement should be fine with your current setup