File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ uv run dbt test # Run tests
5454### Target Configuration
5555
5656This project uses dbt targets to control ** schema naming** , not API endpoints:
57- - Both ` dev ` and ` prod ` targets connect to the ** same production API** (` dune-api- trino.dune.com` )
57+ - Both ` dev ` and ` prod ` targets connect to the ** same production API** (` trino.api .dune.com ` )
5858- Target names control where models are written:
5959 - ** ` dev ` target** (default): Writes to ` {team}__tmp_ ` schemas (safe for development)
6060 - ** ` prod ` target** : Writes to ` {team} ` schemas (production tables)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dbt_template:
66 type : trino
77 user : dune # do not change: user is always 'dune'
88 password : " {{ env_var('DUNE_API_KEY') }}"
9- host : dune-api- trino.dune.com
9+ host : trino.api .dune.com
1010 port : 443
1111 method : ldap
1212 catalog : dune # do not change: catalog is always 'dune'
@@ -23,7 +23,7 @@ dbt_template:
2323 type : trino
2424 user : dune # do not change: user is always 'dune'
2525 password : " {{ env_var('DUNE_API_KEY') }}"
26- host : dune-api- trino.dune.com
26+ host : trino.api .dune.com
2727 port : 443
2828 method : ldap
2929 catalog : dune # do not change: catalog is always 'dune'
You can’t perform that action at this time.
0 commit comments