From 23a1857a94486b8a955a3b219674307ea225a9af Mon Sep 17 00:00:00 2001 From: marcelobour <117930774+marcelobour@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:57:48 -0300 Subject: [PATCH 1/2] Update _cloud-environments-info.md Update to the current set of options and available values. Fix outdated information in the dbt Cloud environments docs. Reference: Set up dbt > dbt Cloud > dbt Cloud environments --- website/snippets/_cloud-environments-info.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/snippets/_cloud-environments-info.md b/website/snippets/_cloud-environments-info.md index fcb3d86d8f0..98fe2cfb951 100644 --- a/website/snippets/_cloud-environments-info.md +++ b/website/snippets/_cloud-environments-info.md @@ -27,8 +27,9 @@ Both development and deployment environments have a section called **General Set | --- | --- | --- | --- | | Name | Production | The environment name | Any string! | | Environment Type | Deployment | The type of environment | [Deployment, Development] | -| dbt Version | 1.4 (latest) | The dbt version used | Any dbt version in the dropdown | -| Default to Custom Branch | ☑️ | Determines whether to use a branch other than the repository’s default | See below | +| Set deployment type | PROD | Designates the deployment environment type. | [Production, Staging, General] | +| dbt Version | Latest | dbt Cloud automatically upgrades the dbt version running in this environment, based on the release track you select. | [Lastest, Compatible, Extended] | +| Only run on a custom branch | ☑️ | Determines whether to use a branch other than the repository’s default | See below | | Custom Branch | dev | Custom Branch name | See below | :::note About dbt version From 65b3f062aaf781048d76ade118dfe51039ba0439 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:44:33 +0000 Subject: [PATCH 2/2] Update _cloud-environments-info.md sentence case and add link --- website/snippets/_cloud-environments-info.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/snippets/_cloud-environments-info.md b/website/snippets/_cloud-environments-info.md index 98fe2cfb951..cc153cf38a8 100644 --- a/website/snippets/_cloud-environments-info.md +++ b/website/snippets/_cloud-environments-info.md @@ -25,12 +25,12 @@ Both development and deployment environments have a section called **General Set | Setting | Example Value | Definition | Accepted Values | | --- | --- | --- | --- | -| Name | Production | The environment name | Any string! | -| Environment Type | Deployment | The type of environment | [Deployment, Development] | -| Set deployment type | PROD | Designates the deployment environment type. | [Production, Staging, General] | -| dbt Version | Latest | dbt Cloud automatically upgrades the dbt version running in this environment, based on the release track you select. | [Lastest, Compatible, Extended] | +| Environment name | Production | The environment name | Any string! | +| Environment type | Deployment | The type of environment | Deployment, Development| +| Set deployment type | PROD | Designates the deployment environment type. | Production, Staging, General | +| dbt version | Latest | dbt Cloud automatically upgrades the dbt version running in this environment, based on the [release track](/docs/dbt-versions/cloud-release-tracks) you select. | Lastest, Compatible, Extended | | Only run on a custom branch | ☑️ | Determines whether to use a branch other than the repository’s default | See below | -| Custom Branch | dev | Custom Branch name | See below | +| Custom branch | dev | Custom Branch name | See below | :::note About dbt version