Dashboards as Code/Version control and code reviewAnalytics Engineer

Can I build a new dashboard on a branch without touching production?

Create a branch, edit the YAML, and preview it with dac serve locally. Merge when it is ready. Production dashboards only change when the branch is merged.

Command

dac serve

Defined in

YAML + git

Works with

git + GitHub / GitLab

What you get

PR reviewgit historyinstant rollback

How it works in code

$ git diff dashboards/revenue.yml
$ dac serve

Run dac serve and the change ships to production only when the pull request is merged.

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.