Skip to content

dbt-redshift v1.9.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 22:02

dbt-redshift 1.9.0-b2 - November 11, 2024

Breaking Changes

  • Drop support for Python 3.8 (#931)

Features

  • Add microbatch strategy (#923)

Fixes

  • add InterfaceError to retryable_exceptions (#661)
  • Restrict behavior change warnings to firing once per run to avoid noisy logs (#915)
  • Remove redshift_connector's get_columns method for column metadata generation, avoiding a warning on every run (#914)