Skip to content

Commit

Permalink
Correct details about DBT_CLOUD_ENVIRONMENT_TYPE (#6509)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 19, 2024
2 parents 08988b1 + bc7de69 commit 3eaa421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The following environment variables are set automatically:

- `DBT_ENV` — This key is reserved for the dbt Cloud application and will always resolve to 'prod'. For deployment runs only.
- `DBT_CLOUD_ENVIRONMENT_NAME` — The name of the dbt Cloud environment in which `dbt` is running.
- `DBT_CLOUD_ENVIRONMENT_TYPE` — The type of dbt Cloud environment in which `dbt` is running. The valid values are `development` or `deployment`.
- `DBT_CLOUD_ENVIRONMENT_TYPE` — The type of dbt Cloud environment in which `dbt` is running. The valid values are `dev`, `staging`, or `prod`. It can be unset, so use a default like `{{env_var('DBT_CLOUD_ENVIRONMENT_TYPE', '')}}`.

#### Run details

Expand Down

0 comments on commit 3eaa421

Please sign in to comment.