diff --git a/dbt_project.yml b/dbt_project.yml index 07bc2a7..8937d76 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -32,5 +32,7 @@ models: jaffle_shop: staging: +materialized: view + +schema: staging marts: +materialized: table + +schema: marts diff --git a/models/marts/customers.sql b/models/marts/customers/customers.sql similarity index 100% rename from models/marts/customers.sql rename to models/marts/customers/customers.sql diff --git a/models/marts/customers.yml b/models/marts/customers/customers.yml similarity index 100% rename from models/marts/customers.yml rename to models/marts/customers/customers.yml