Skip to content

dbt-redshift v0.4.0

Compare
Choose a tag to compare
@clrcrl clrcrl released this 31 Jul 18:28
f54e48d

🚨 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 🙌 )