Forum Discussion
Email on Error in Pipeline
- 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.
Hey,
You right fully identified the cause that the email would be triggered only if both the notebook activities would fail as the expressions are AND scenario and that would never occur as the 2nd notebook would be trigerred only with the success of the 1st one.
So as a solution, you can have seperate notifications per activity but there is only a limitaion of 40 activities per pipeline.
So below blog though ADF related would have the same concpets for Fabric:
which would be a cleaner way
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.
- Anonymous2 years agoNot applicable
Hi bcdobbs ,
We haven’t heard from you on the last response and was just checking back to see if your query was answered. Otherwise, will respond back with the more details and we will try to help .- Anonymous2 years agoNot applicable
Hi bcdobbs ,
We haven’t heard from you on the last response and was just checking back to see if your query was answered. Otherwise, will respond back with the more details and we will try to help .- NandanHegde2 years ago
Super User
hey bcdobbs
Are there any queries w.r.t creating a flow within the pipelines ?