-
Notifications
You must be signed in to change notification settings - Fork 978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update bidirectional projects for mesh #5890
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
When setting up projects that depend on each other, it's important to do so in a stepwise fashion. Each project must run and produce public models before the original producer project can take a dependency on the original consumer project. For example, the order of operations would be as follows for a simple two-project setup: | ||
|
||
1. The `project_a` project runs in a deployment environment and produces public models. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love this example! 💥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks so much @dave-connors-3 , looks awesome! i've just quickly turned this into a snippet so we can reuse it in multiple places and update it only in one. hope that's ok and going to approve + merge this for you!
preview looks good: https://docs-getdbt-jiibfp8v3-dbt-labs.vercel.app/best-practices/how-we-mesh/mesh-3-structures#cycle-detection. let me know if this there's anything you want to change and happy to open another pr to fix that up! |
What are you changing in this pull request and why?
This PR adds text to explain the new bidirectional projects feature of dbt mesh. previously, we've called out that it's not possible to have projects depend on each other! now it is!
Checklist
Adding or removing pages (delete if not applicable):
website/sidebars.js
website/vercel.json
npm run build
to update the links that point to deleted pages