Bruin DAC Step 2 of 4
Dashboards as Code with Bruin DAC
1. Look at the connection block
cat .bruin.yml
The starter ships with a placeholder DuckDB connection:
default_environment: default
environments:
default:
connections:
duckdb:
- name: local_duckdb
path: data/dac-demo.duckdb
read_only: true