Can one dashboard cover many regions or accounts with parameters?
Define variables in the YAML and let viewers switch region, date range, or account. One file, many views, all version-controlled.
Command
dac serveDefined in
YAML
Works with
Bruin CLI + your warehouse
What you get
Parametersreuseembeddinglineage-aware
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
Team workflows and patterns
Reuse 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?
Team workflows and patternsGive analytics engineers ownership of dashboards
How do I let analytics engineers own dashboards end to end?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.