Skip to content

dbt-redshift v1.0.1rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@leahwicz leahwicz released this 06 Apr 16:15
· 6 commits to 1.0.latest since this release
43ba6e0

dbt-redshift 1.0.1rc1 (April 6, 2022)

Fixes

  • Fix table creation statement ordering when including both the BACKUP parameter as well as the dist/sort keys (#60, #63)

Under the hood

  • Install compatible branch of dbt-core in unit/integration tests based on merge target (#80)
  • Fix test related to preventing coercion of boolean values (True,False) to numeric values (0,1) in query results (#58)

Contributors