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
NandanHegde
1 year agoSuper User
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