we materialize staging tables instead of using views
This commit is contained in:
parent
5f890a1fb1
commit
10d5d0c0bd
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ clean-targets: # directories to be removed by `dbt clean`
|
||||||
models:
|
models:
|
||||||
dwh_dbt:
|
dwh_dbt:
|
||||||
staging:
|
staging:
|
||||||
+materialized: view
|
+materialized: table
|
||||||
+schema: staging
|
+schema: staging
|
||||||
intermediate:
|
intermediate:
|
||||||
+materialized: view
|
+materialized: view
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue