dbt-core 1.1.1 - June 15, 2022
Fixes
- Relax minimum supported version of MarkupSafe (#4745, #5039)
- When parsing 'all_sources' should be a list of unique dirs (#5120, #5176)
- Remove docs file from manifest when removing doc node (#4146, #5270)
- Fixing Windows color regression (#5191, #5327)
Under the Hood
- Move string interpolation of "secret" env vars outside of Jinja context. Update "contexts" README (#4796, #5334)