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-1989] Parse group resource #6822

Closed
Tracked by #6747
MichelleArk opened this issue Feb 1, 2023 · 0 comments · Fixed by #6921
Closed
Tracked by #6747

[CT-1989] Parse group resource #6822

MichelleArk opened this issue Feb 1, 2023 · 0 comments · Fixed by #6921
Assignees
Labels
model_groups_access Issues related to groups multi_project user docs [docs.getdbt.com] Needs better documentation

Comments

@MichelleArk
Copy link
Contributor

MichelleArk commented Feb 1, 2023

Parse a group resource as defined in schema yml files. Groups have a required (at least for now!) owner that should be unified with the existing ExposureOwner dataclass internally.

Example spec:

# models/marts/github/github.yml

groups:
  - name: github
    owner: 
      name: Jeremy
      email: data@jer.co
      slack: talk-jerco-memes
      github: jtcohen6
      whatever: you want

Eventually (issue), group names will be used as values for the optional group model config:

# models/marts/github/github.yml

models:
  - name: int__github_issue_label_history
    config: 
      group: github  # explicit opt-in
  - name: fct_github_issues
    config: 
      group: github  # explicit opt-in

Considerations

@github-actions github-actions bot changed the title Parse group node [CT-1989] Parse group node Feb 1, 2023
@MichelleArk MichelleArk added the model_groups_access Issues related to groups label Feb 1, 2023
@MichelleArk MichelleArk changed the title [CT-1989] Parse group node [CT-1989] Parse group resource Feb 1, 2023
@MichelleArk MichelleArk mentioned this issue Feb 9, 2023
6 tasks
@MichelleArk MichelleArk added the user docs [docs.getdbt.com] Needs better documentation label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model_groups_access Issues related to groups multi_project user docs [docs.getdbt.com] Needs better documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant