Skip to content

Releases: dbt-labs/dbt-redshift

dbt-redshift 1.3.0rc1

28 Sep 20:53
dc001b1
Compare
Choose a tag to compare
dbt-redshift 1.3.0rc1 Pre-release
Pre-release

dbt-redshift 1.3.0-rc1 - September 28, 2022

Features

Fixes

  • Avoid truncating Redshift model names with more than 63 characters (#5586, #147)

Under the Hood

  • Add test for column precision changes (#5351, #166)
  • Configure more connection retries for CI tests (#142, #000)
  • Add type ignores to mypy checks (#185, #186)

Dependency

  • Bump black from 22.3.0 to 22.6.0 (#150, #127)
  • Bump mypy from 0.942 to 0.971 (#150, #141)
  • Update click requirement from ~=8.0.4 to ~=8.1.3 (#150, #113)
  • Bump black from 22.6.0 to 22.8.0 (#150, #178)

Contributors

dbt-redshift 1.2.1

25 Aug 19:47
d2de4ad
Compare
Choose a tag to compare

dbt-redshift 1.2.1 - August 25, 2022

Features

  • backport changie to 1.2.latest (#150, #157)

Fixes

  • Backport fix to up redshift filename truncate limit all the way to 127 chars. (#5586, #149)

Under the Hood

  • Removing unneeded code for truncation logic (#150, #167)

Contributors

dbt-redshift 1.2.1rc2

18 Aug 18:04
4d83ca9
Compare
Choose a tag to compare
dbt-redshift 1.2.1rc2 Pre-release
Pre-release

dbt-redshift 1.2.1-rc2 - August 18, 2022

Under the Hood

  • Removing unneeded code for truncation logic (#150, #167)

dbt-redshift 1.2.1rc1

11 Aug 11:29
a6329a1
Compare
Choose a tag to compare
dbt-redshift 1.2.1rc1 Pre-release
Pre-release

dbt-redshift 1.2.1rc1 (August 11, 2022)

Features

  • backport changie to 1.2.latest (#150, #157)

Fixes

  • Backport fix to up redshift filename truncate limit all the way to 127 chars. (#5586, #149)

Contributors

dbt-redshift 1.3.0b1

29 Jul 18:32
5d76934
Compare
Choose a tag to compare
dbt-redshift 1.3.0b1 Pre-release
Pre-release

dbt-redshift 1.3.0b1 (July 29, 2022)

Under the hood

  • Rename compiled_sql to compiled_code (#145)

dbt-redshift 1.2.0

26 Jul 15:46
344284b
Compare
Choose a tag to compare

dbt-redshift 1.2.0 (July 26, 2022)

Features

  • Add grants to materializations (#128, #131)

Under the hood

  • Lift + shift for cross-db macros (#120)
  • Remove duplicated parts of unit test (#100)

Contributors

dbt-redshift 1.2.0rc1

12 Jul 14:49
c35865b
Compare
Choose a tag to compare
dbt-redshift 1.2.0rc1 Pre-release
Pre-release

dbt-redshift 1.2.0rc1 (July 12, 2022)

Features

  • Add grants to materializations (#128, #131)

dbt-redshift 1.2.0b1

24 Jun 18:43
ed5380c
Compare
Choose a tag to compare
dbt-redshift 1.2.0b1 Pre-release
Pre-release

dbt-redshift 1.2.0b1 (June 24, 2022)

Under the hood

  • Lift + shift for cross-db macros (#120)
  • Rm duplicated parts of unit test (#100)

Contributors

dbt-redshift v1.1.0

28 Apr 18:11
8b10cfd
Compare
Choose a tag to compare

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)
  • Add stale pr/issue github action (#65)
  • Add env example file (#69)
  • Use dbt.tests.adapter.basic in test suite (#78, #81)

Contributors

dbt-redshift v1.0.1

19 Apr 19:39
0a8273c
Compare
Choose a tag to compare

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