Skip to content

Commit

Permalink
Update mesh-5-faqs.md
Browse files Browse the repository at this point in the history
fix typo. replace downstream with upstream.
  • Loading branch information
ktopcuoglu authored Jul 24, 2024
1 parent 4d00934 commit 5cb424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/best-practices/how-we-mesh/mesh-5-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ In the future, we plan for dbt Cloud to also be able to proactively flag this sc

<detailsToggle alt_header="If I run `dbt build --select +model`, will this trigger a run of upstream models in other projects?">

No, unless downstream projects are installed as [packages](/docs/build/packages) (source code). In that case, the models in project installed as a project become “your” models, and you can select or run them. There are cases in which this can be desirable; see docs on [project dependencies](/docs/collaborate/govern/project-dependencies).
No, unless upstream projects are installed as [packages](/docs/build/packages) (source code). In that case, the models in project installed as a project become “your” models, and you can select or run them. There are cases in which this can be desirable; see docs on [project dependencies](/docs/collaborate/govern/project-dependencies).

</detailsToggle>

Expand Down

0 comments on commit 5cb424b

Please sign in to comment.