I am quite new to databricks workflow.
But my ideia is when an activity (in my case notebooks) fail there is an if/else condition and when the notebooks execute an email is send with a default message.
When an activity fails, I would like to send an email saying which activity failed, but when an activity fails it does not enter the if/else condition and aborts the pipeline.
Is there a way of when an activity fails the pipeline goes to if/else condition and recieves the fail?
thanks!