Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CT-2611] [Feature] support for access selection syntax #7738

Closed
3 tasks done
dave-connors-3 opened this issue May 30, 2023 · 1 comment · Fixed by #7739
Closed
3 tasks done

[CT-2611] [Feature] support for access selection syntax #7738

dave-connors-3 opened this issue May 30, 2023 · 1 comment · Fixed by #7739
Labels
enhancement New feature or request good_first_issue Straightforward + self-contained changes, good for new contributors!

Comments

@dave-connors-3
Copy link
Contributor

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion

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 access

Sample 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

@dave-connors-3 dave-connors-3 added enhancement New feature or request triage labels May 30, 2023
@github-actions github-actions bot changed the title [Feature] support for access selection syntax [CT-2611] [Feature] support for access selection syntax May 30, 2023
@jtcohen6 jtcohen6 removed the triage label May 31, 2023
@jtcohen6
Copy link
Contributor

Thanks @dave-connors-3 :)

@jtcohen6 jtcohen6 added the good_first_issue Straightforward + self-contained changes, good for new contributors! label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good_first_issue Straightforward + self-contained changes, good for new contributors!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants