Closed dbeatty10 closed 4 months ago
resolves #925
The migration guide for v1.8 includes:
Custom defaults of global config flags should be set in the flags dictionary in dbt_project.yml, instead of in profiles.yml. Support for profiles.yml has been deprecated.
Move from config: from profiles.yml to flags: in dbt_project.yml.
config:
profiles.yml
flags:
dbt_project.yml
resolves #925
Problem
The migration guide for v1.8 includes:
Solution
Move from
config:
fromprofiles.yml
toflags:
indbt_project.yml
.Checklist