Project Settings and Defaults
Why It Matters
Example Structure
name: my_dex_project
version: '1.0'
profile: default
model-paths: ["models"]
seed-paths: ["seeds"]
snapshot-paths: ["snapshots"]
macro-paths: ["macros"]
vars:
start_date: '2023-01-01'
environment: 'dev'
models:
my_dex_project:
+materialized: view
1.bronze:
+materialized: view
+schema: raw
2.silver:
+materialized: table
+schema: cleaned
3.gold:
+materialized: table
+schema: trusted
+tags: ['gold', 'analytics']Key Sections
Common Model Configurations
Key
Description
Folder-Based Defaults
Overriding Defaults in a Model
Best Practices
Last updated
Was this helpful?

