QuestionQ48

Deploy and maintain data pipelines and workloads

You 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
Explanation

A task failure should trigger the notification when the notification is configured only on critical tasks. Lakeflow Jobs supports notifications at both the job and task level; task notifications provide failure events for individual task runs, allowing non-critical task failures to remain silent. Add notifications on a job - Azure Databricks

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!