Hi,
Sorry I'm new on Kubeflow. I'm currently looking for a way to be notified by e-mail when a pipeline or a component has failed.
I have read the documentation but haven't seen any information about it.
Could someone help me ?
Thank you ! 馃檹
You can use dsl.ExitHandler() to set up an email alert when the pipeline fails.
You may also be interested in #4079
Thank you !