dbt - Packages and Reusability
Given this
What will be the materialization of
package.yml snippet inside a dbt package:name: my_package
version: 0.1.0
models:
my_model:
materialized: tableWhat will be the materialization of
my_model when used in a project?