Skip to content

dbt-redshift v1.0.1

Compare
Choose a tag to compare
@leahwicz leahwicz released this 19 Apr 19:39
· 5 commits to 1.0.latest since this release
0a8273c

dbt-redshift 1.0.1 (April 19, 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