Project flags
dbt_project.yml
flags:
<global_config>: <value>
Reference the table of all flags to see which global configs are available for setting in dbt_project.yml
.
The flags
dictionary is the only place you can opt out of behavior changes, while the legacy behavior is still supported.
0