Learn how to use resource paths to configure resource types in dbt.| docs.getdbt.com
You can manage access to the datasets you're producing with dbt by using grants. To implement these permissions, define grants as resource configs on each model, seed, or snapshot. Define the default grants that apply to the entire project in your dbt_project.yml, and define model-specific grants within each model's SQL or YAML file.| docs.getdbt.com
Reference guide for configuring the dbt_project.yml file.| docs.getdbt.com
Persist_docs - Read this in-depth guide to learn about configurations in dbt.| docs.getdbt.com