Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _cloud-environments-info.md #6812

Merged
merged 5 commits into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions website/snippets/_cloud-environments-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +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] |
| 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 |
| Custom Branch | dev | Custom Branch name | See below |
| 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 |

:::note About dbt version

Expand Down
Loading