Files
data-platform/dbt/dbt_project.yml
2026-03-04 18:18:36 +00:00

25 lines
429 B
YAML

name: data_platform
version: "1.0.0"
profile: data_platform
model-paths: ["models"]
seed-paths: ["seeds"]
test-paths: ["tests"]
analysis-paths: ["analyses"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]
target-path: "target"
clean-targets:
- "target"
- "dbt_packages"
models:
data_platform:
staging:
+materialized: view
intermediate:
+materialized: view
marts:
+materialized: table