Dashboards as Code/CI/CD and deploymentData Platform Engineer

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.

Command

dac serve

Defined in

YAML + CI

Works with

GitHub Actions / GitLab CI

What you get

CI validationephemeral previewsgated deploys

How it works in code

# .github/workflows/dashboards.yml
- run: dac validate
- run: dac deploy

Run dac serve and dashboards deploy automatically on merge to main.

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.