📄️ Model configurations
Learning about model configurations
📄️ Materializations available
dbt uses 4 materializations
📄️ How to name models directory
How to name models directory
📄️ Target schema before running dbt
Target schema is checked or created for you before running dbt
📄️ Creating dependencies between models
Using ref function to create dependencies
📄️ How to insert records
Incremental models to insert records
📄️ How to build models in schema(s) outside target schema
You can build models outside target schema
📄️ Removing deleted models from your warehouse
Remove deleted models directly in your data warehouse
📄️ Re-building models in dbt atomically
No downtime when re-building models in dbt
📄️ How to quote values
Use quoting property to quote values
📄️ Specify column types in models
Specify column types in models
📄️ Which SQL dialect to use?
Use SQL dialect of your own database