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:
|
||||
dwh_dbt:
|
||||
staging:
|
||||
+materialized: view
|
||||
+materialized: table
|
||||
+schema: staging
|
||||
intermediate:
|
||||
+materialized: view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue