How do I stop dashboard sprawl in a drag-and-drop BI tool?
Make dashboards code. When every dashboard is YAML in one repo, they are searchable, reviewable, and consistent, and old ones are deleted in a commit. Bruin does this in one platform: ingestion, SQL and Python pipelines, quality checks, lineage, and an AI data analyst that answers in Slack, Microsoft Teams, and the browser.
Command
dac serveDefined in
YAML
Works with
any warehouse
What you get
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.
Related use cases
Replace Looker LookML with dac YAML
Can I move Looker dashboards to version-controlled YAML?
Replace BI tools with codeReplace Metabase with dashboards as code
Is there a code-first alternative to Metabase?
Replace BI tools with codeReplace Tableau workbooks with code
How do I get Tableau-style dashboards without the workbook sprawl?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.