You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
dbt-redshift 1.1.0 (April 28, 2022)
Fixes
Fix test related to preventing coercion of boolean values (True,False) to numeric values (0,1) in query results (#58)
Fix table creation statement ordering when including both the BACKUP parameter as well as the dist/sort keys (#23),(#63)
Add unique_id field to docs generation test catalogs; a follow-on PR to core PR (#4168) and core PR (#4701)
Under the hood
Removes unused installs of dbt-core outside of tox env as it clutters up gha and can lead to misunderstanding of which version of dbt-core is being installed.(#90)