Skip to content

Commit

Permalink
Added multiple project call out (#6727)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Jan 7, 2025
2 parents 6403020 + a537269 commit b81629e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/docs/build/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ To use the Project subdirectory option in dbt Cloud, follow these steps:

After configuring the Project subdirectory option, dbt Cloud will use it as the root directory for your dbt project. This means that dbt commands, such as `dbt run` or `dbt test`, will operate on files within the specified subdirectory. If there is no `dbt_project.yml` file in the Project subdirectory, you will be prompted to initialize the dbt project.

:::info Project support in dbt Cloud plans

Some [plans](https://www.getdbt.com/pricing) support only one dbt project, while [Enterprise plans](https://www.getdbt.com/contact) allow multiple projects and [cross-project references](/best-practices/how-we-mesh/mesh-1-intro) with dbt Mesh.

:::

## New projects

You can create new projects and [share them](/docs/collaborate/git-version-control) with other people by making them available on a hosted git repository like GitHub, GitLab, and BitBucket.
Expand Down

0 comments on commit b81629e

Please sign in to comment.