From 15e29b3056389f1ece64a9141e14582507075d8d Mon Sep 17 00:00:00 2001 From: aliceliu Date: Fri, 17 Nov 2023 12:58:57 -0800 Subject: [PATCH] Update environment-variables.md I added account ID and environment ID as pre-defined env vars in https://github.com/dbt-labs/dbt-cloud/pull/9342 --- website/docs/docs/build/environment-variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/docs/build/environment-variables.md b/website/docs/docs/build/environment-variables.md index 55d3fd19c6c..3f2aebd0036 100644 --- a/website/docs/docs/build/environment-variables.md +++ b/website/docs/docs/build/environment-variables.md @@ -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 `, 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**