How do I deploy dashboards automatically when I merge?
Run dac in your pipeline on merge. Dashboards deploy the same way your application does, with no manual publishing step in a BI tool. 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 + CI
Works with
GitHub Actions / GitLab CI
What you get
How it works in code
# .github/workflows/dashboards.yml
- run: dac validate
- run: dac deployRun dac serve and dashboards deploy automatically on merge to main.
Related use cases
Validate dashboard YAML in CI
Can I catch a broken dashboard before it reaches users?
CI/CD and deploymentPreview a dashboard per branch
Can each branch get its own dashboard preview?
CI/CD and deploymentTest dashboard queries before shipping
How do I make sure a dashboard query actually runs before release?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.