we materialize staging tables instead of using views

This commit is contained in:
Pablo Martin 2024-02-16 11:57:13 +01:00
parent 5f890a1fb1
commit 10d5d0c0bd

View file

@ -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