Dashboards as Code/Dashboards on your warehouseData Engineer

Can I turn a Synapse query into a shareable live dashboard with one command?

Point dac at your Synapse connection, describe the charts in YAML, and dac serve gives your team a live dashboard that queries Synapse on every load. Ships in the same repo as your pipelines.

Command

dac serve

Defined in

YAML

Works with

Synapse + Bruin CLI

What you get

One-command servelive queriesno cache to manage

How it works in code

# dashboard.yml
name: revenue
connection: synapse
charts:
  - title: Daily revenue
    query: SELECT day, sum(amount) FROM orders GROUP BY 1

Run dac serve and your team gets a live dashboard served straight from Synapse.

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.