Skip to content

Commit bc11bde

Browse files
authored
Merge pull request #40 from duneanalytics/PLA-1356-update-dune-url
Update Trino API URL
2 parents 430f111 + 17ca119 commit bc11bde

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ uv run dbt test # Run tests
5454
### Target Configuration
5555

5656
This 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)

profiles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)