Dashboards as Code/Dashboards on your warehouseAnalytics Engineer

How do I keep Databricks dashboards under version control and code review?

Store the dashboard YAML in the same repo as your Databricks models. Every change is a diff, every deploy is a merge, and rollback is a git revert.

Command

dac serve

Defined in

YAML

Works with

Databricks + GitHub / GitLab

What you get

Git historyPR reviewinstant rollback

How it works in code

$ git diff dashboards/revenue.yml
$ dac serve  # preview against databricks

Run dac serve and the reviewed dashboard ships to Databricks on merge.

Dashboards that live in git

Open source. Write YAML, run one command, query your warehouse directly.

Sign up to our newsletter

Practical updates on open-source data pipelines, AI analysts, governance, and what we are shipping at Bruin.