dbt list
supports semantic models
#4134
Labels
content
Improvements or additions to content
dbt Core
The changes proposed in this issue relate to dbt Core
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Milestone
At a minimum, update body to include a link to the page on docs.getdbt.com requiring updates and what part(s) of the page you would like to see updated.
Page needing update: https://docs.getdbt.com/reference/node-selection/methods
List all the semantic models in a dbt project:
dbt ls --resource-type semantic_model
List the semantic model named
orders
and all its parents:dbt ls -s +semantic_model:orders
See dbt-labs/dbt-core#8589 for details
The text was updated successfully, but these errors were encountered: