Dashboards as Code/CI/CD and deploymentData Platform Engineer

How do I deploy a MotherDuck dashboard automatically on merge?

Run dac in CI on merge to deploy dashboards backed by MotherDuck. The dashboard queries MotherDuck live, and the deploy is gated on validation so a broken query never ships.

Command

dac deploy

Defined in

YAML + CI

Works with

MotherDuck + GitHub Actions

What you get

Gated deploylive queriesgit-native

How it works in code

- run: dac validate
- run: dac deploy  # motherduck

Run dac deploy and the MotherDuck dashboard deploys automatically once checks pass.

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.