All materials
dbt_project.yml
ymldbt_project.yml
name: 'bois_du_littoral'
version: '1.0.0'
config-version: 2
profile: 'bois_du_littoral'
model-paths: ["models"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
seed-paths: ["seeds"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]
clean-targets:
- "target"
- "dbt_packages"
models:
bois_du_littoral:
staging:
+materialized: view
intermediate:
+materialized: table
marts:
+materialized: table