From 10d5d0c0bd68febc721016d780bfbbd3eb905269 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 16 Feb 2024 11:57:13 +0100 Subject: [PATCH] we materialize staging tables instead of using views --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index b8ea2e7..d55f4f2 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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