
Answer-first summary for fast verification
Answer: Configure an Alert on the query to notify the team if the result exceeds 60 minutes.
The correct approach is to set up an Alert on the query to notify the team if the returned value is greater than 60. It's crucial to understand that alerts in Databricks can only be configured on queries, not dashboards. The query's returned value is what triggers the alert, making this the viable method for monitoring job execution intervals.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A data engineer is utilizing a Databricks SQL query to oversee the performance of an ELT job, which is initiated when a certain number of input records are prepared for processing. The query provides the duration in minutes since the job's last execution. What method can the data engineering team employ to receive notifications if the ELT job hasn't run within an hour?
A
Configure an Alert on the query to notify the team if the result exceeds 60 minutes.
B
Establish an Alert on the dashboard to notify the team if the dashboard hasn't refreshed in 60 minutes.
C
Implement an Alert on the query to notify the team when the ELT job encounters a failure.
D
Set up an Alert on the dashboard to notify the team if the result exceeds 60 minutes.
E
Notifications for such conditions are not feasible in Databricks.