Skip to content

dbt-redshift v1.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 21:55

dbt-redshift 1.5.4 - June 05, 2023

Breaking Changes

  • sslmode behavior has changed. To connect without ssl, set sslmode = disable. To connect using ssl, set sslmode to verify-ca, or verify-full. (#429)

Fixes

  • translate psycopg2 sslmode to ssl and sslmode in redshift_connector (#429)

Contributors