feat: initial project setup
This commit is contained in:
22
dbt/dbt_project.yml
Normal file
22
dbt/dbt_project.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
marts:
|
||||
+materialized: table
|
||||
Reference in New Issue
Block a user