QuestionQ48
Deploy and maintain data pipelines and workloadsYou have an Azure Databricks workspace containing a Lakeflow Jobs job named Job1. Job1 has multiple tasks.
Some tasks are business-critical, while others are not.
You need to configure alerts so that:
- Failures in non-critical tasks do not send notifications.
- Notifications are sent only when critical portions of the workflow fail.
What should trigger a notification?
- A task success
- B job success
- C a task failure
- D a job failure
Community Discussion