How do I clean up dashboards nobody uses?
Remove the YAML file and merge. The dashboard is gone, the change is logged in git, and it can be restored from history if needed. 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
Bruin CLI + your warehouse
What you get
How it works in code
# variables.yml
variables:
region: [us, eu, apac]Run dac serve and one dashboard definition serves every variant.
Related use cases
Parameterize a dashboard with variables
Can one dashboard cover many regions or accounts with parameters?
Team workflows and patternsReuse chart definitions across dashboards
How do I avoid copy-pasting the same chart into every dashboard?
Team workflows and patternsEmbed a dac dashboard in an internal app
Can I embed a live dashboard inside our internal tooling?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.