Alert/Notification for Job failure
Rutuja
Registered Posts: 20 ✭✭✭
Hello,
I want to send an alert/notification on failure of job in Dataiku. How can I implement it ?
Thanks
Tagged:
Best Answers
-
Álvaro Andrés Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 7 Dataiker
Hello,
The easiest way for your case is to run the job through DSS scenarios. Basically, your scenario should have 2 steps:
- Step 1, build your recipe output dataset.
- Step 2, Send message using a Mail reporter on the condition "outcome == 'FAILED'"
In the following link, you can find a tutorial on how to configure a Scenario reporter:
https://knowledge.dataiku.com/latest/mlops-o16n/automation/tutorial-reporters.html#configure-a-reporter-with-a-messaging-channel
Hope it helps,
Álvaro
-
Thanks for the solution.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
It's better to use the Scenario Reporter to send an email as it runs outside the scenario rather than using a scenario step.