From 9116cc454b4eed6273f31bc2a2e38be6ab5067a4 Mon Sep 17 00:00:00 2001 From: Jean-Louis Lamezec Date: Mon, 21 Oct 2024 17:06:18 +0200 Subject: [PATCH] feat(meyzieu): materalized table --- projects/meyzieu/dbt_project.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/meyzieu/dbt_project.yml b/projects/meyzieu/dbt_project.yml index eb445d4..bd55444 100644 --- a/projects/meyzieu/dbt_project.yml +++ b/projects/meyzieu/dbt_project.yml @@ -35,7 +35,6 @@ models: matomo: stg_matomo_referrers: +enabled: false + meyzieu: - # Config indicated by + and applies to all files under models/example/ - example: - +materialized: view + +materialized: table