dbt - Governance and Collaboration
You want to assign ownership of a dbt model to two groups: 'data_science' and 'qa_team'. Which configuration correctly sets this up and ensures both groups are notified on model changes?
owners and a list of group names.owners: ['data_science', 'qa_team'], which is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions