Skip to content

Commit

Permalink
Update environment-variables.md
Browse files Browse the repository at this point in the history
I added account ID and environment ID as pre-defined env vars in https://github.com/dbt-labs/dbt-cloud/pull/9342
  • Loading branch information
aliceliu authored Nov 17, 2023
1 parent f45199d commit 15e29b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/docs/build/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ dbt Cloud has a number of pre-defined variables built in. The following environm
- `DBT_CLOUD_RUN_ID`: The ID of this particular run
- `DBT_CLOUD_RUN_REASON_CATEGORY`: The "category" of the trigger for this run (one of: `scheduled`, `github_pull_request`, `gitlab_merge_request`, `azure_pull_request`, `other`)
- `DBT_CLOUD_RUN_REASON`: The specific trigger for this run (eg. `Scheduled`, `Kicked off by <email>`, or custom via `API`)
- `DBT_CLOUD_ENVIRONMENT_ID`: The ID of the environment for this run
- `DBT_CLOUD_ACCOUNT_ID`: The ID of the dbt Cloud account for this run

**Git details**

Expand Down

0 comments on commit 15e29b3

Please sign in to comment.