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 serveDefined 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 snowflakeRun dac serve and reviewers see the live Snowflake dashboard for that branch.
Related use cases
Version control and code review
Review dashboard changes in a pull request
How can my team review dashboard changes in a PR before they go live?
Version control and code reviewTrack dashboard history in git
How do I see who changed a dashboard and when?
Version control and code reviewRoll back a broken dashboard with git revert
A dashboard broke after a change. How do I roll it back fast?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.