Managing dashboard refresh schedules in DABs

Seunghyun
Contributor

I am currently using Databricks Asset Bundles (DABs) to deploy and manage dashboard resources. While I can manually add a schedule to a dashboard via the Databricks console, I would like to reflect this same configuration in the dashboard YAML file. However, the documentation (https://docs.databricks.com/aws/en/dev-tools/bundles/resources#dashboard) does not mention any keywords related to 'schedule,' and it appears the feature is not supported there.

On the other hand, the tasks documentation (https://docs.databricks.com/aws/en/dev-tools/bundles/job-task-types#dashboard-task) describes a 'dashboard task' that seems to handle refreshing. Is this the only way to automate dashboard refreshes through bundles?