[CT-2392] [Feature] return models in dbt ls
by patch path
#7315
Labels
enhancement
New feature or request
help_wanted
Trickier changes, with a clear starting point, good for previous/experienced contributors
paper_cut
A small change that impacts lots of users in their day-to-day
Is this your first time submitting a feature request?
Describe the feature
right now, running
dbt ls -s path/to/_resource.yml
, you get only resources defined in that yml file, which are only tests, exposures, sources, and metrics (yml only resources)I would like to be able to see the full lineage of any resource related to that file. Specifically, if the
_resource.yml
file in question contains model blocks, I'd like to see those resources as well!This would unblock full lineage in the dbt Cloud IDE (i.e. you should be able to see lineage when viewing
yml_with_only_model_blocks.yml
Describe alternatives you've considered
go to the beach, call it a day
Who will this benefit?
dbt Cloud IDE users
Are you interested in contributing this feature?
yeah buddy
Anything else?
No response
The text was updated successfully, but these errors were encountered: