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
github-actionsbot
changed the title
[Feature] Display model versions with dbt show
[CT-2435] [Feature] Display model versions with dbt showApr 18, 2023
As an implementation detail, it would make sense to me to define a new node method, something like pretty_name, which would return node.name by default and {node.name}.v{node.version} if a version is defined.
Is this your first time submitting a feature request?
Describe the feature
When using model versioning +
dbt show
, it is not clear which output goes with which version.For versioned models, maybe use naming similar to
dbt list
? So something like this:If possible, it would also be nice to sort them in their version order (either from latest to earliest or vice versa).
Example
Describe alternatives you've considered
Rather than all the versions of
dim_customers
, it might be more expected to specify the desired version in the selection syntax like this:Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: