
Ultimate access to all questions.
A data engineer wants to schedule their Databricks SQL dashboard to refresh once per day, but they only want the associated SQL endpoint to be running when it is necessary.
Which approach can the data engineer use to minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard?
A
They can ensure the dashboard's SQL endpoint matches each of the queries' SQL endpoints.
B
They can set up the dashboard's SQL endpoint to be serverless.
C
They can turn on the Auto Stop feature for the SQL endpoint.
D
They can ensure the dashboard's SQL endpoint is not one of the included query's SQL endpoint.
Explanation:
The correct answer is C. They can turn on the Auto Stop feature for the SQL endpoint.
The Auto Stop feature is specifically designed for this use case - automatically stopping SQL endpoints during periods of inactivity to optimize costs and resource utilization when dashboards only need periodic refreshing.