Dashboards as Code/Replace BI tools with codeBI Developer

How do I get Tableau-style dashboards without the workbook sprawl?

Move dashboards into YAML files in git. Every change is reviewable and reproducible, and the dashboard queries your warehouse live instead of an extract.

Command

dac serve

Defined in

YAML

Works with

Tableau + your warehouse

What you get

Code-first dashboardslive queriesno per-seat cost

How it works in code

# migrate one dashboard at a time
$ dac serve dashboards/

Run dac serve and you retire the old BI tool one dashboard at a time.

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.