
Answer-first summary for fast verification
Answer: Schedule the dashboard to refresh every day from the Dashboards page in Databricks SQL.
The correct approach is to schedule the dashboard to refresh every day from the Dashboards page in Databricks SQL. This method leverages the built-in scheduling capabilities of dashboards, automating the refresh process and eliminating the need for manual intervention. Other options are less suitable because: - The Alerts page is designed for notifications related to data quality or security, not for scheduling dashboard refreshes. - The SQL Warehouses page manages compute resources, not dashboard scheduling. - The Queries page deals with individual SQL queries, not dashboard refreshes. - The Workflows UI is more suited for orchestrating complex data pipelines, making it unnecessarily complex for a simple daily dashboard refresh.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data engineering manager monitors the revenue and orders on their e-commerce website during the holiday season using a Databricks SQL dashboard. Currently, the manager manually refreshes the dashboard each morning to view the previous day's data. What approach can the manager use to automate the daily refresh of the dashboard results?
A
Schedule the dashboard to refresh every day from the Alerts page in Databricks SQL.
B
Schedule the dashboard to refresh every day from the Workflows UI.
C
Schedule the dashboard to refresh every day from the SQL Warehouses page in Databricks SQL.
D
Schedule the dashboard to run every day from the Queries page in Databricks SQL.
E
Schedule the dashboard to refresh every day from the Dashboards page in Databricks SQL.
No comments yet.