Skip to content

Releases: Teradata/dbt-teradata

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

dbt-teradata v1.0.4.0

10 May 21:18
Compare
Choose a tag to compare

dbt-teradata 1.0.4.0

Features

  • Upgraded to dbt 1.0.4

Fixes

Docs

Under the hood

dbt-teradata v1.0.3.0

10 May 18:14
Compare
Choose a tag to compare

dbt-teradata 1.0.3.0

Features

  • Upgraded to dbt 1.0.3

Fixes

Docs

Under the hood

dbt-teradata v1.0.1.3

10 May 13:36
Compare
Choose a tag to compare

dbt-teradata 1.0.1.3

Features

Fixes

  • Performance improvements for dbt docs generate

Docs

Under the hood

dbt-teradata v1.0.1.2

03 May 11:12
Compare
Choose a tag to compare

Features

Fixes

  • The adapter now supports No Primary Index (NoPi) table types in metadata queries

Docs

Under the hood

dbt-teradata v1.0.1.1

05 Feb 14:42
Compare
Choose a tag to compare

Features

  • added support for table modifiers in seeds

Fixes

Docs

  • documented table modifiers for seeds and snapshots

Under the hood

  • split tests into separate files
  • Fixed leaking databases in tests
  • apply consistent code style