Skip to content

dbt-redshift 1.3.0

Compare
Choose a tag to compare
@leahwicz leahwicz released this 12 Oct 13:15
· 16 commits to 1.3.latest since this release
dfb9926

dbt-redshift 1.3.0 - October 12, 2022

Features

  • Add changie to dbt-redshift (#151, #152)
  • Array macros (#181, #182)
  • add type_boolean as data type macro (#189, #190)
  • Migrate dbt-utils current_timestamp macros into core + adapters (#194, #191)

Fixes

  • Avoid truncating Redshift model names with more than 63 characters (#5586, #147)

Under the Hood

  • Rename compiled_sql to compiled_code. (#150, #145)
  • Add test for column precision changes (#5351, #166)
  • Configure more connection retries for CI tests (#142, #000)
  • Add type ignores to mypy checks (#185, #186)

Dependency

  • Bump black from 22.3.0 to 22.6.0 (#150, #127)
  • Bump mypy from 0.942 to 0.971 (#150, #141)
  • Update click requirement from ~=8.0.4 to ~=8.1.3 (#150, #113)
  • Bump black from 22.6.0 to 22.8.0 (#150, #178)

Contributors