Skip to content

Commit

Permalink
Correct details about DBT_CLOUD_ENVIRONMENT_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbaumann committed Nov 19, 2024
1 parent f420e6c commit 1ad6e36
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`. This value can remain unset, so be sure to access it with a default (e.g. `{{env_var('DBT_CLOUD_ENVIRONMENT_TYPE', '')}}`).

Check warning on line 121 in website/docs/docs/build/environment-variables.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/build/environment-variables.md#L121

[custom.LatinAbbreviations] Avoid Latin abbreviations: 'for example'. Consider using 'e.g' instead.
Raw output
{"message": "[custom.LatinAbbreviations] Avoid Latin abbreviations: 'for example'. Consider using 'e.g' instead.", "location": {"path": "website/docs/docs/build/environment-variables.md", "range": {"start": {"line": 121, "column": 220}}}, "severity": "WARNING"}

Check warning on line 121 in website/docs/docs/build/environment-variables.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/build/environment-variables.md#L121

[custom.Typos] Oops there's a typo -- did you really mean 'e.g.'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'e.g.'? ", "location": {"path": "website/docs/docs/build/environment-variables.md", "range": {"start": {"line": 121, "column": 220}}}, "severity": "WARNING"}

#### Run details

Expand Down

0 comments on commit 1ad6e36

Please sign in to comment.