Skip to content

Commit

Permalink
Add prereqs for project dependencies beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Sep 27, 2023
1 parent eb861dd commit a93a72d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/docs/collaborate/govern/project-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ description: "Reference public models across dbt projects"

:::caution Closed Beta - dbt Cloud Enterprise
"Project" dependencies and cross-project `ref` are features of dbt Cloud Enterprise, currently in Closed Beta. To access these features while they are in beta, please contact your account team at dbt Labs.

**Prerequisites:** In order to add project dependencies and resolve cross-project `ref`, you must:
- Have the feature enabled (speak to your account team)
- Be using dbt v1.6 in **both** the upstream ("producer") project and the downstream ("consumer") project
- Have a deployment env in the upstream ("producer") project [that is set to be your production environment](docs/deploy/deploy-environments#set-as-production-environment-beta)
- Have a successful run of the upstream ("producer") project
:::

For a long time, dbt has supported code reuse and extension by installing other projects as [packages](/docs/build/packages). When you install another project as a package, you are pulling in its full source code, and adding it to your own. This enables you to call macros and run models defined in that other project.
Expand Down

0 comments on commit a93a72d

Please sign in to comment.