From 301c26cbbb73614640353cd91c7c3511a9a08825 Mon Sep 17 00:00:00 2001 From: Kevin Clarke Date: Thu, 18 Jul 2024 04:34:43 +0000 Subject: [PATCH] Delete customers folder. --- dbt_project.yml | 7 ++++--- models/marts/{customers => }/customers.sql | 0 models/marts/{customers => }/customers.yml | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename models/marts/{customers => }/customers.sql (100%) rename models/marts/{customers => }/customers.yml (100%) diff --git a/dbt_project.yml b/dbt_project.yml index 8937d76..00728b3 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -30,9 +30,10 @@ seeds: models: jaffle_shop: - staging: - +materialized: view - +schema: staging marts: +materialized: table +schema: marts + staging: + +materialized: view + +schema: staging + diff --git a/models/marts/customers/customers.sql b/models/marts/customers.sql similarity index 100% rename from models/marts/customers/customers.sql rename to models/marts/customers.sql diff --git a/models/marts/customers/customers.yml b/models/marts/customers.yml similarity index 100% rename from models/marts/customers/customers.yml rename to models/marts/customers.yml