Skip to content

Commit

Permalink
Staging Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann committed Jan 17, 2025
1 parent 1152f34 commit 6c1799d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/snippets/_cloud-environments-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 6c1799d

Please sign in to comment.