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
The new abstraction that changes nothing... and everything| roundup.getdbt.com
Validate that data freshness meets expectations and alert if stale.| docs.getdbt.com
Reference guide for the model configs available in dbt.| docs.getdbt.com
Learn about the various ways (strategies) to implement incremental materializations.| docs.getdbt.com
Configure materializations in dbt to control how the SQL is run and resulting data is stored.| docs.getdbt.com
Snowflake Configurations - Read this in-depth guide to learn about configurations in dbt.| docs.getdbt.com