dbt - Project Organization
If
What materialization will models in the
dbt_project.yml contains:models:
my_project:
+materialized: incremental
staging:
+materialized: viewWhat materialization will models in the
staging folder have?