There is currently no documentation/example on how to run just 1 version of a model with multiple versions #4382
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/docs/collaborate/govern/model-versions
What part(s) of the page would you like to see updated?
I have searched across the docs and couldn't find the info I am after. It might be there somewhere, but if it is, it should be added to https://docs.getdbt.com/docs/collaborate/govern/model-versions as well.
If a model has multiple versions, I am quite sure that we can run:
dbt run -s my_model
dbt run -s my_model.v2
for exampleThis syntax with
.v2
doesn't seem to be anywhere in the docs.Additional information
No response
The text was updated successfully, but these errors were encountered: