dbt - Governance and Collaboration
You wrote this access control in your
dbt_project.yml:
access_control:
- role: analyst
models:
- sales
- customers
- role: viewer
models:
- sales
But analysts report they cannot see the customers model. What is the likely error?