DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE · Question #49
Which of the following approaches should be used to send the Databricks Job owner an email in the case that the Job fails?
The correct answer is B. Setting up an Alert in the Job page. Databricks Jobs has a built-in alerting and notification system accessible directly from the Job's configuration page. You can configure email notifications for events such as job start, success, failure, or skipped runs - no custom code required. Setting up alerts in…
Question
Options
- AManually programming in an alert system in each cell of the Notebook
- BSetting up an Alert in the Job page
- CSetting up an Alert in the Notebook
- DThere is no way to notify the Job owner in the case of Job failure
- EMLflow Model Registry Webhooks
How the community answered
(18 responses)- A6% (1)
- B89% (16)
- D6% (1)
Explanation
Databricks Jobs has a built-in alerting and notification system accessible directly from the Job's configuration page. You can configure email notifications for events such as job start, success, failure, or skipped runs - no custom code required. Setting up alerts in individual Notebook cells would be fragile and require manual effort in each notebook. MLflow webhooks are for model registry events, not job failures. The built-in Job-level alert configuration is the correct and intended approach.
Topics
Community Discussion
No community discussion yet for this question.