Bird
0
0

If a dbt model has this config:

medium📝 Predict Output Q5 of 15
dbt - Governance and Collaboration
If a dbt model has this config:
owners: ['group:data_team', 'user:alice']

Who owns the model?
AOnly the group 'data_team'
BOnly the user 'alice'
CBoth the group 'data_team' and user 'alice'
DNo owner assigned
Step-by-Step Solution
Solution:
  1. Step 1: Review owners list

    The list includes both 'group:data_team' and 'user:alice'.
  2. Step 2: Understand ownership assignment

    Both group and user are assigned as owners simultaneously.
  3. Final Answer:

    Both the group 'data_team' and user 'alice' -> Option C
  4. Quick Check:

    Multiple owners include groups and users [OK]
Quick Trick: Owners list can mix groups and users [OK]
Common Mistakes:
MISTAKES
  • Assuming only one owner type is allowed
  • Ignoring user ownership when group is present
  • Thinking ownership is exclusive

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More dbt Quizzes