Dashboards as Code/Dashboards on your warehouseAnalytics Engineer

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

Store the dashboard YAML in the same repo as your Postgres 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

Postgres + GitHub / GitLab

What you get

Git historyPR reviewinstant rollback

How it works in code

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

Run dac serve and the reviewed dashboard ships to Postgres 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.