From 6c1799da14c3551aebaa6eb08842bc584605f1b6 Mon Sep 17 00:00:00 2001 From: Natalie Fiann Date: Fri, 17 Jan 2025 15:31:54 +0000 Subject: [PATCH] Staging Environment --- 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 6d202d01998..fcb3d86d8f0 100644 --- a/website/snippets/_cloud-environments-info.md +++ b/website/snippets/_cloud-environments-info.md @@ -8,12 +8,12 @@ In dbt Cloud, there are two types of environments: - Production - **Development environment** — Determines the settings used in the dbt Cloud IDE or dbt Cloud CLI, for that particular project. -Each dbt Cloud project can only have a single development environment but can have any number of deployment environments. +Each dbt Cloud project can only have a single development environment, but can have any number of General deployment environments, one Production deployment environment and one Staging deployment environment. -|| Development | Staging | Deployment | -|------| --- | --- | --- | -| **Determines settings for** | dbt Cloud IDE or dbt Cloud CLI | dbt Cloud Job runs | dbt Cloud Job runs | -| **How many can I have in my project?** | 1 | Any number | Any number | +| | Development | General | Production | Staging | +|----------|-------------|---------|------------|---------| +| **Determines settings for** | dbt Cloud IDE or dbt Cloud CLI | dbt Cloud Job runs | dbt Cloud Job runs | dbt Cloud Job runs | +| **How many can I have in my project?** | 1 | Any number | 1 | 1 | :::note For users familiar with development on dbt Core, each environment is roughly analogous to an entry in your `profiles.yml` file, with some additional information about your repository to ensure the proper version of code is executed. More info on dbt core environments [here](/docs/core/dbt-core-environments).