📄️ Add a seed file
Learn how to add a seed file to your project
📄️ How to consolidate projects
Consolidating projects in dbt Cloud
📄️ Accessing Source Freshness results
How to access Source Freshness results
📄️ Debugging Jinja
Using target folder or log function to debug Jinja
📄️ How to define a column type
Using cast function to define a column type
📄️ How to delete a project
Deleting a project in dbt Cloud
📄️ dbt project examples
List of example dbt projects
📄️ Exclude a table from freshness snapshot
Use null to exclude a table from a freshness snapshot
📄️ Does dbt offer extract and load functionality?
dbt is a transformation tool
📄️ Ways to structure your project/files
Structuring your files and project
📄️ Types of properties defined in config blocks
Types of properties defined in config blocks
📄️ How to name your files
Recommendations on how to name your files
📄️ How to name your tests and descriptions files
Naming your Tests and Descriptions files
📄️ Profiles stored outside project
Profiles stored outside version control
📄️ Source is in a poorly-named scheme or table
Use schema and identifier properities to define names
📄️ Source is in a different database to target database
Use database property to define source in a diff database
📄️ How to structure project
Recommendations on how to structure project
📄️ Resource names need to be unique
Unique resource names to build dependencies
📄️ What materializations to use
Recommendations on materializations to use for models
📄️ dbt builds models in your target schema
You can change your target schema in your Environment Settings.
📄️ Why not write in DML
Using SQL in your transformations instead of DML.
📄️ dbt project has a lot of macros
Your dbt project includes many macros.
📄️ Why does yml file start with version 2
.yml file structure more extensible with version 2.
📄️ .yml file extension search
dbt will only search for files with a `.yml` file extension