cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Dashboard Update At The End of a Workflow

cool_cool_cool
New Contributor II

Heya 🙂
I have a workflow that computes some data and writes to a delta table, and I have a dashboard that is based on the table. How can I trigger refresh on the dashboard once the workflow is finished?

 

Thanks!

2 REPLIES 2

ThomazRossito
New Contributor III

Hello,

in your workflow it is possible to end with a SQL task and in the SQL Task item you can select some options, see the image below:

ThomazRossito_0-1712706091062.png

 

Att.
Thomaz Antonio Rossito Neto
Data Technical Lead / Data Engineer-Architect

Kaniz
Community Manager
Community Manager

Hi @cool_cool_coolTo ensure your dashboard reflects the most up-to-date data after your Databricks workflow completes, consider the following options:

  1. Scheduled Notebook Refresh:

  2. Workflow Automation:

  3. Custom Job or Trigger:

Remember to choose the approach that best aligns with your specific requirements and existing infrastructure. Happy dashboarding! 📊🚀