How can my team review dashboard changes in a PR before they go live?
Because every dashboard is a YAML file, changes show up as a normal diff in your pull request. Reviewers see exactly which query, filter, or chart changed and approve it like any other code. Bruin does this in one platform: ingestion, SQL and Python pipelines, quality checks, lineage, and an AI data analyst that answers in Slack, Microsoft Teams, and the browser.
Command
dac serveDefined in
YAML + git
Works with
git + GitHub / GitLab
What you get
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
Track 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?
Version control and code reviewDevelop dashboards on a branch
Can I build a new dashboard on a branch without touching production?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.