
Answer-first summary for fast verification
Answer: They can set up an Alert with a new webhook alert destination.
The data engineer wants to notify the entire team via a messaging webhook when the number of NULL values reaches 100. Among the given options, setting up an Alert with a new webhook alert destination (Option C) is the correct approach. This allows the alert to directly send a notification to a messaging service via a webhook, which is suitable for team-wide notifications.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data engineer is leveraging a Databricks SQL dashboard to oversee the quality of the input data for an ELT job by running a Databricks SQL query to count the number of input records that have unexpected NULL values. The data engineer aims to alert their entire team through a messaging webhook if the count of these NULL values hits 100. What approach should the data engineer adopt to configure a notification for the entire team via a messaging webhook when the count of NULL values reaches 100?
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 a new webhook alert destination.
D
They can set up an Alert with one-time notifications.
No comments yet.