- Put the below code in to your
macros
directroy - Use this materialization in a model like so:
{{
config(
materialized='transient_if_dev_table'
)
}}
OR use it in dbt_project.yml
like so:
models:
materialized: transient_if_dev_table