'Databricks Dashboard auto refresh

For Data Visualisation purposes, I am using Databricks to create dashboards. This is achieved by creating charts in a notebook and linking those charts to the dashboard.

But I'm facing an issue in refreshing the data linked to the dashboard. I tried creating a job to refresh the entire notebook. The job succeeded but the dashboard linked to it was still showing previous data.

I believe Databricks Jobs creates a separate instance, runs the workflows and discards the instance.

With this, I won’t be able to get the updated data in the dashboard. I have to manually click on the Run All button.

Is there any other way this could be done automatically?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source