dbt - Project Organization
Given this
What will be the schema and materialization of models under the
dbt_project.yml snippet:models:
analytics:
materialized: table
schema: analytics_schemaWhat will be the schema and materialization of models under the
analytics folder when run?