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