DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE · Question #52
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…
The correct answer is D. They can set up an Alert with a new webhook alert destination. Databricks SQL Alerts allow you to trigger notifications when a query result meets a specified condition (e.g., count > 0). To notify a team via a messaging webhook (such as Slack or Microsoft Teams), you must configure a webhook alert destination and attach it to the Alert…
Question
Options
- AThey can set up an Alert with a custom template.
- BThey can set up an Alert with a new email alert destination.
- CThey can set up an Alert with one-time notifications.
- DThey can set up an Alert with a new webhook alert destination.
- EThey can set up an Alert without notifications.
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- D94% (32)
Explanation
Databricks SQL Alerts allow you to trigger notifications when a query result meets a specified condition (e.g., count > 0). To notify a team via a messaging webhook (such as Slack or Microsoft Teams), you must configure a webhook alert destination and attach it to the Alert. Option A (custom template) addresses formatting, not the delivery channel. Option B (email) uses a different destination type. Option C (one-time notifications) does not support recurring webhook delivery. Option E (no notifications) defeats the purpose. Only option D - a webhook alert destination - satisfies the requirement of messaging-webhook team notification.
Topics
Community Discussion
No community discussion yet for this question.