Forum Discussion
Srisakthi
Super User
1 year agoData Pipeline failure alert
Hello Everyone, I have tried adding MSteams activity when one of my activity fails. But is there anyway to alert when my pipeline fails? Is there anyway to alert my data engineers when my pipeli...
- 1 year ago
Unfortunately, unlike ADF wherein you can have in built alerts to notify in case of pipeline failures; in fabric data pipelines you have to explictily manage the failure notifications yourself.
Rather than having team/outlook activity after each activity, you can use the below method :
spencer_sa
Impactful Individual
1 year agoIn addition to sending an Outlook message (as SudhavaniKolla3 says) you can also use the Teams activity to send a message to a Teams group or channel.
Be aware, using the OnFail flow anchors in pipeline activities is akin to a try: exception: block in that the main pipeline will no longer fail on that activity failing, so you'll need to add an explicit 'Fail' activity to force the main pipeline to fail.