[CT-2611] [Feature] support for access
selection syntax
#7738
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Is this your first time submitting a feature request?
Describe the feature
As a dbt user, I want to be able to select my models according to their
access
property like I can with most (if not all!) other properties and configs. This is helpful if I need to operate on subsets of groups depending on their accessSample usage:
# which members of my finance group are public? $ dbt ls group:finance,access:public
Describe alternatives you've considered
doing post-command filtering, going for a long walk outside
Who will this benefit?
folks who want to operate or interact with resources using their access as a selection criteria. specifically, this simplifies some of the code we're writing in dbt-meshify!
Are you interested in contributing this feature?
yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: