Skip to content

Commit 9b56413

Browse files
authored
Open pull request for fix (dbt-labs#8246)
2 parents 64a00b8 + b7168f2 commit 9b56413

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docs/docs/mesh/govern/project-dependencies.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ keyword: dbt mesh, project dependencies, ref, cross project ref, project depende
99

1010
# Project dependencies <Lifecycle status='managed,managed_plus'/>
1111

12+
<IntroText>
13+
14+
Available on dbt [Enterprise or Enterprise+](https://www.getdbt.com/pricing) plans.
15+
16+
</IntroText>
17+
1218
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.
1319

1420
While this is a great way to reuse code, share utility macros, and establish a starting point for common transformations, it's not a great way to enable collaboration across teams and at scale, especially in larger organizations.

0 commit comments

Comments
 (0)