
Answer-first summary for fast verification
Answer: Set up an alert with a custom Webhook destination.
Alerts in Databricks support multiple destinations, with email being the default. However, for direct integration with a webhook, setting up an alert with a custom Webhook destination is the most efficient approach. This method directly addresses the requirement without unnecessary steps like parsing emails or using additional scripts. Reference: Alert destinations | Databricks on AWS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
The operations team utilizes a centralized data quality monitoring system where users can publish data quality metrics via a webhook. You are tasked with developing a process to send messages through a webhook if at least one duplicate record is detected. Which of the following approaches can be used to integrate an alert with the current data quality monitoring system?
A
Use a notebook and Jobs to employ Python for publishing DQ metrics.
B
Configure an alert to send an email, then use Python to parse the email and publish a webhook message.
C
Set up an alert with a custom template.
D
Set up an alert with a custom Webhook destination.
E
Set up an alert with a dynamic template.
No comments yet.