Skip to content

Commit

Permalink
Update website/docs/guides/best-practices/how-we-mesh/mesh-2-structur…
Browse files Browse the repository at this point in the history
…es.md
  • Loading branch information
mirnawong1 authored Nov 3, 2023
1 parent 2fa141e commit 0e74ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ At a high level, you’ll need to decide:

### Cycle detection

Currently, project dependencies only work in a one-way direction. This helps you avoid indefinite project `ref` cycles (or loops) and issues with your data workflows. For example, the `jaffle_finance` project can't introduce a new model that depends on `jaffle_marketing.roi_by_channel`. Refer to [Project dependencies](/docs/collaborate/govern/project-dependencies#how-to-use-ref) for more information.
Like resource dependencies, project dependencies are acyclic, meaning they only move in one direction. This prevents `ref` cycles (or loops), which lead to issues with your data workflows. For example, if project B depends on project A, a new model in project A could not import and use a public model from project B. Refer to [Project dependencies](/docs/collaborate/govern/project-dependencies#how-to-use-ref) for more information.

## Define your project interfaces by splitting your DAG

Expand Down

0 comments on commit 0e74ad0

Please sign in to comment.