dbt - Project Organization
Given this snippet in
dbt_project.yml:
models:
my_project:
materialized: table
schema: analytics
What will be the materialization type and schema for models in the my_project namespace?