dbt - Project Organization
Given this dbt project structure:
What is the main benefit of this structure for a team?
models/
staging/
customers.sql
orders.sql
marts/
sales.sql
finance.sqlWhat is the main benefit of this structure for a team?
