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.
bcdobbs
Community Champion
2 years agoHaving looked at the JSON for the pipeline I now realise the way I'd built it would only trigger an error if both notebooks failed which couldn't happen in that setup.
I've added separate notification blocks and it now works.
Is there however a cleaner way of doing this? Eg trigger an email on any failure anywhere in the pipeline?