dbt-redshift v0.4.0
🚨 There is a breaking change in this release — the lower bound of dbt-utils
is now 0.4.0
.
This won't affect most users, since dbt-utils was likely upgraded to achieve 0.17.0 compatibility.
Quality of life:
- Change dbt-utils dependencies to
[>=0.4.0, <0.6.0]
(#34)
Bug fixes:
- Qualify all the system views with the pg_catalog schema (#27 @davehowell 🙌 )