dbt-teradata v1.2.0.0
github-actions
released this
30 Jan 11:23
·
0 commits
to ba023b3f0b5e2e4db9ffcc8dc3ef79f0f8d4f32b
since this release
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.