Skip to content

Commit a3f2589

Browse files
authored
Change dbt host URL to API endpoint
Updated dbt host URL for API access.
1 parent 89247f6 commit a3f2589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

topologies/basic/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
export TF_VAR_dbt_account_id=YOUR_ACCOUNT_ID # Numeric ID from dbt Cloud > Account Settings
1818
export TF_VAR_dbt_token="YOUR_API_TOKEN" # dbt Cloud service token or personal access token
19-
export TF_VAR_dbt_host_url="https://cloud.getdbt.com" # Change for single-tenant deployments
19+
export TF_VAR_dbt_host_url="https://cloud.getdbt.com/api" # Change for single-tenant deployments
2020

2121
# Required for GitHub App repository integration (used to auto-discover installation IDs).
2222
# Can be the same value as dbt_token for most setups.

0 commit comments

Comments
 (0)