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
Learn how good documentation for your dbt models helps stakeholders discover and understand your datasets.| docs.getdbt.com
Selector methods return all resources that share a common property, using the| docs.getdbt.com
Configure dbt data tests to assess the quality of your input data and ensure accuracy in resulting datasets.| docs.getdbt.com
Define data source tables when developing in dbt.| docs.getdbt.com
Read this tutorial to learn how to use seeds when building in dbt.| docs.getdbt.com