Dashboards as Code/Team workflows and patternsData Engineer

How do I stop dashboards breaking silently when a model changes?

Store dashboards in the same repo as your Bruin models and validate them in CI. A breaking model change fails the build, not the dashboard.

Command

dac serve

Defined in

YAML

Works with

Bruin CLI + your warehouse

What you get

Parametersreuseembeddinglineage-aware

How it works in code

# variables.yml
variables:
  region: [us, eu, apac]

Run dac serve and one dashboard definition serves every variant.

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.