You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow source runs to run first node of DAG without +.
Feature description
dbt run --models source:name_of_source will not run the models that directly reference the source. You need to add a + to the run which will run everything, including downstream models. I noticed this when switching over a project to use sources and I just wanted to make sure the staging models could run.
Who will this benefit?
This is not high priority in any way but seems to be how it would work.
The text was updated successfully, but these errors were encountered:
Feature
Allow source runs to run first node of DAG without
+
.Feature description
dbt run --models source:name_of_source
will not run the models that directly reference the source. You need to add a+
to the run which will run everything, including downstream models. I noticed this when switching over a project to use sources and I just wanted to make sure the staging models could run.Who will this benefit?
This is not high priority in any way but seems to be how it would work.
The text was updated successfully, but these errors were encountered: