Releases: Teradata/dbt-teradata
Releases · Teradata/dbt-teradata
dbt-teradata v1.3.0.0
dbt-teradata v1.2.0.0
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"
oron_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
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
dbt-teradata 1.0.6.0
Features
- Upgraded to dbt 1.0.6
Fixes
Docs
Under the hood
dbt-teradata v1.0.5.0
dbt-teradata 1.0.5.0
Features
- Upgrade to dbt 1.0.5
Fixes
Docs
Under the hood
dbt-teradata v1.0.4.0
dbt-teradata 1.0.4.0
Features
- Upgraded to dbt 1.0.4
Fixes
Docs
Under the hood
dbt-teradata v1.0.3.0
dbt-teradata 1.0.3.0
Features
- Upgraded to dbt 1.0.3
Fixes
Docs
Under the hood
dbt-teradata v1.0.1.3
dbt-teradata 1.0.1.3
Features
Fixes
- Performance improvements for
dbt docs generate
Docs
Under the hood
dbt-teradata v1.0.1.2
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
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