
Ultimate access to all questions.
A data engineer has been using a Databricks SQL dashboard to monitor the cleanliness of the input data to a data analytics dashboard for a retail use case. The job has a Databricks SQL query that returns the number of store-level records where sales is equal to zero. The data engineer wants their entire team to be notified via a messaging webhook whenever this value is greater than 0.
Which of the following approaches can the data engineer use to notify their entire team via a messaging webhook whenever the number of stores with $0 in sales is greater than zero?
A
They can set up an Alert with a custom template.
B
They can set up an Alert with a new email alert destination
C
They can set up an Alert with one-time notifications.
D
They can set up an Alert with a new webhook alert destination.
E
They can set up an Alert without notifications.
Explanation:
The correct answer is D because:
Webhook Alert Destination: The requirement specifically asks for notification via a messaging webhook. In Databricks SQL, alerts can be configured with different notification destinations, including webhooks. Setting up a new webhook alert destination allows the alert to send notifications to a webhook URL, which can then forward the message to a messaging platform (like Slack, Microsoft Teams, etc.).
Why other options are incorrect:
Implementation Steps:
This approach enables real-time team notifications through their preferred messaging platform whenever data quality issues are detected.