Forum Discussion
bcdobbs
Community Champion
2 years agoEmail on Error in Pipeline
I've built a pipeline that runs two notebooks and I'm wanting it to email on failure.
It looks like:
With the Send Error Email connected on the fail nodes.
However it never triggers the ...
- Anonymous2 years ago
Yes NandanHegde got it.
It looks like we don't have any issue with data factory, it is considered as a AND operator, not a OR operator.
bcdobbs I was able to trigger an email by creating a pipeline design like above.
Anonymous
2 years agoNot applicable
The cleaner solution would be to wrap your pipeline within another pipeline, using the Invoke Pipeline activity.
- Create your pipeline without any notification activities.
- Create a second empty pipeline, and add Invoke Pipeline to call your first pipeline.
- Add an Outlook activity to the "On fail" node of the Invoke Pipeline activity.
This will trigger the email if any part of your inner pipeline fails.