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 serveDefined 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 serveRun dac serve and the change ships to production only when the pull request is merged.
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.