Skip to content

Releases: Teradata/dbt-teradata

dbt-teradata v1.6.7

08 Nov 09:49
Compare
Choose a tag to compare

dbt-teradata 1.6.7a

Features

  • dbt-teradata 1.6.7 is now compatible with dbt-core 1.6.7

Fixes

  • Cross DB macros were not bundled in the dbt-teradata in earlier release, in this release they have been added to package.
    Below issues fixed related to cross DB macros

    1. #105
    2. #102
  • Reconfiguration of dbt-teradata snapshot code for fixing the issue related to invalidate_hard_deletes configuration not working
    #65

Docs

  • Stubbed model contracts support
  • materialized_view is not yet supported

Under the hood

  • Addition of some more adapter zone testcases

dbt-teradata v1.6.0

29 Sep 07:58
Compare
Choose a tag to compare

dbt-teradata 1.6.0a

Features

  • Dbt-teradata adapter is now compatible with dbt-core 1.6.2
  • Deprecation of python 3.7 support

Fixes

  • Addition of few more connection paramaters for example: sslmode, sslcipher etc. (#106)

Docs

  • Model contracts are not yet supported
  • materialized_view is not yet supported

Under the hood

  • Addition of some more adapter zone testcases

dbt-teradata v1.5.4

09 Aug 18:15
Compare
Choose a tag to compare

dbt-teradata 1.5.4

Features

  • Stubbed the model contracts as contracts are not yet supported.
  • More adapter zone tests have been added.

Fixes

Docs

Under the hood

dbt-teradata v1.5.0.0

08 Aug 10:22
Compare
Choose a tag to compare

dbt-teradata 1.5.0.0

Features

  • Stubbed the model contracts as contracts are not yet supported.
  • More adapter zone tests have been added.

Fixes

Docs

Under the hood

dbt-teradata v1.4.0.0

06 Jul 07:17
Compare
Choose a tag to compare

dbt-teradata 1.4.0.0

Features

  • Added python 3.11 support.
  • Added predicates for delete+insert strategy.
  • Replaced deprecated exception functions.

Fixes

Docs

  • With python 3.7.17, there is an issue that prompts up :-
    ImportError: "No module named '_bz2'"
    This is particulary with python 3.7.17 only, if possible try to upgrade or downgrade the python version, issue will be resolved.

Under the hood

  • Consolidated timestamp macros under a single timestamps.py file and added testcases.
  • Added functional testcases for Unique keys in Incremental models.
  • Added tests for query comments.

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