From b61eb9115b53ce22c42c540ce27359be234547dd Mon Sep 17 00:00:00 2001 From: mucollabo Date: Fri, 1 Nov 2024 21:11:02 +0900 Subject: [PATCH] change analytics folder view -> table --- dbt_project.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbt_project.yml b/dbt_project.yml index 060c945..a0b5938 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -38,6 +38,9 @@ models: +materialized: table src: +materialized: ephemeral + analytics: + +materialized: table +