Skip to content

Releases: dbt-labs/dbt-redshift

dbt-redshift v1.0.0

03 Dec 20:55
58efd83
Compare
Choose a tag to compare

dbt Redshift 1.0.0

Under the hood

  • Add optional Redshift parameter to create tables with BACKUP NO set, to exclude them from snapshots. (#18, #42)
  • Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #38)
  • Add support for structured logging #34
  • Replace sample_profiles.yml with profile_template.yml, for use with new dbt init (#29)
  • Initial adapter split out

Contributors

dbt-redshift v1.0.0rc2

24 Nov 16:51
7e6ba0a
Compare
Choose a tag to compare
Pre-release

A second release candidate for dbt-redshift v1.0.0. Changes since rc1:

Under the hood

  • Add optional Redshift parameter to create tables with BACKUP NO set, to exclude them from snapshots. (#18, #42)

Contributors

dbt-redshift v1.0.0rc1

10 Nov 16:17
5ea71e9
Compare
Choose a tag to compare
Pre-release

Tracking dbt-core v1.0.0rc1.

$ pip install dbt-redshift==1.0.0rc1

Includes everything in b1 + b2, plus:

Under the hood

  • Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #38)
  • Add support for structured logging #34

dbt-redshift v1.0.0b2

25 Oct 19:53
da6c7ef
Compare
Choose a tag to compare
dbt-redshift v1.0.0b2 Pre-release
Pre-release

Tracking dbt-core v1.0.0b2.

$ pip install dbt-redshift==1.0.0b2

Under the hood

  • Replace sample_profiles.yml with profile_template.yml, for use with new dbt init (#29)

Contributors

dbt-redshift v1.0.0b1

11 Oct 18:55
82a9de5
Compare
Choose a tag to compare
dbt-redshift v1.0.0b1 Pre-release
Pre-release

Tracking dbt-core v1.0.0b1.

$ pip install dbt-redshift==1.0.0b1

Under the hood

Initial adapter split out