Dashboards as Code/Version control and code reviewAnalytics Engineer

Can I preview a Snowflake dashboard change before merging?

Run dac serve on your branch to preview the dashboard against Snowflake. Reviewers see the real change, querying Snowflake live, before it merges to main.

Command

dac serve

Defined in

YAML

Works with

Snowflake + git

What you get

Branch previewlive queriesPR review

How it works in code

$ git checkout -b new-dash
$ dac serve  # preview against snowflake

Run dac serve and reviewers see the live Snowflake dashboard for that branch.

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.