Forum Discussion
Gpop13
Advocate IV
1 year agoFabric 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
Super User
1 year agoplease 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