Skip to content

Releases: Teradata/dbt-teradata

dbt-teradata v1.3.3.1

08 Jun 09:09
Compare
Choose a tag to compare

dbt-teradata 1.3.3.1

Features

  • Merge incremental strategy is now supported in dbt-teradata

Fixes

  • Fixed the bug (#77), this is related to change in column type in source.

Docs

Under the hood

  • Fixed issue regarding temp tables not getting dropped if incremental materialization fails
  • Functional Testcases have been added

dbt-teradata v1.1.5.0

06 Jun 10:59
Compare
Choose a tag to compare

dbt-teradata 1.1.5.0

Features

Fixes

Docs

Under the hood

dbt-teradata v1.3.3.0

18 Apr 07:38
Compare
Choose a tag to compare

dbt-teradata 1.3.3.0

Features

Fixes

Added dbt-core 1.3.3 dependency to dbt-teradata 1.3.3 to remove the pytz dependency that was there in dbt-core 1.3.0 (dbt-labs/dbt-core#7075)

Docs

Under the hood

dbt-teradata v1.2.5.0

18 Apr 10:52
Compare
Choose a tag to compare

dbt-teradata 1.2.5.0

Features

Fixes

Added dbt-core 1.2.5 dependency to dbt-teradata 1.2.5 to remove the pytz dependency that was there in dbt-core 1.3.0 which dbt back ported to dbt 1.2.5 (dbt-labs/dbt-core#7075)

Docs

Under the hood

dbt-teradata v1.1.4.0

18 Apr 19:38
Compare
Choose a tag to compare

dbt-teradata 1.1.4.0

Features

Fixes

Added dbt-core 1.1.4 dependency to dbt-teradata 1.1.4 to remove the pytz dependency that was there in dbt-core 1.3.0 which dbt back ported to dbt 1.1.4 (dbt-labs/dbt-core#7075)

Docs

Under the hood

dbt-teradata v1.3.0.0

07 Apr 11:39
Compare
Choose a tag to compare

dbt-teradata 1.3.0.0

Features

  • Dbt-teradata adapter is now compatible with dbt 1.3.0
  • Migration of cross DB macros from Teradata-utils to DBT-Teradata [#64] #64
  • Streamlining of incremental materialization [#66] #66

Fixes

Docs

Under the hood

Some more functional testcases have been added.

dbt-teradata v1.2.0.0

30 Jan 11:23
Compare
Choose a tag to compare

dbt-teradata 1.2.0.0

Features

  • Upgrade to dbt v1.2.0 #55
  • Added connection retries functionality with 'retries' configuration #56
  • Added grants feature #59

Fixes

  • Setting on_schema_change="append_new_columns" or on_schema_change="sync_all_columns" in the model files will now append or sync all columns in the existing table. This fixes issue #48.

Docs

Under the hood

dbt-teradata v1.1.0.0

06 Dec 14:20
Compare
Choose a tag to compare

dbt-teradata 1.1.0.0

Features

  • dbt-teradata adapter is now compatible with dbt 1.1.0
  • Added support for python 3.10

Fixes

Docs

Under the hood

  • Tests have been converted to the new test framework

dbt-teradata v1.0.6.0

11 May 12:03
Compare
Choose a tag to compare

dbt-teradata 1.0.6.0

Features

  • Upgraded to dbt 1.0.6

Fixes

Docs

Under the hood

dbt-teradata v1.0.5.0

11 May 11:28
Compare
Choose a tag to compare

dbt-teradata 1.0.5.0

Features

  • Upgrade to dbt 1.0.5

Fixes

Docs

Under the hood