Model groups
Group models in dbt™️ to streamline collaboration and define ownership. Grouping allows for private model access within a team while making public models accessible across projects.
Groups
Declaring a group
groups:
- name: finance
owner:
# 'name' or 'email' is required; additional properties allowed
email: finance@acme.com
slack: finance-data
github: finance-data-teamAdding a model to a group
Referencing a model in a group
Last updated
Was this helpful?