[CT-3318] [Feature] Support the group
resource type within dbt list
#8993
Labels
enhancement
New feature or request
group
resource type within dbt list
#8993
Is this your first time submitting a feature request?
Describe the feature
In order to find the file in which a group is defined, I'd like to be able to do one or more of the following:
But currently get the following message:
A regular listing will show that I have 1 group defined though:
Describe alternatives you've considered
Currently, some options are:
grep
)manifest.json
None of these are particularly ergonomic or dbt-onic.
The last one is probably the easiest for those that know where to find this file and apply pretty-print formatting for human readability.
Who will this benefit?
This will benefit folks that already know how to use
dbt list
and want to use it for all the types of resources within their project.Are you interested in contributing this feature?
No response
Anything else?
Declaring a group
models/marts/finance/finance.yml
Groups within the manifest
Here's a subset of my
manifest.json
afterdbt parse
:The text was updated successfully, but these errors were encountered: