Working with dbt Mesh Core principle: In a mesh project, upstream data comes through , not . Every cross-project reference requires the project name. When in doubt, read first. When to Use - Working in a dbt project that references models from other dbt projects - Resolving ambiguity when multiple upstream projects have similarly-named models (e.g. multiple models) - Adding model contracts, access modifiers, groups, or versioning - Setting up cross-project references with - Splitting a monolithic dbt project into multiple mesh projects Do NOT use for: - General model building or debugging (us…