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)