Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog changes #118

Merged
merged 3 commits into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## dbt-teradata 1.0.0a

### 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. https://github.com/Teradata/dbt-teradata/issues/105
2. https://github.com/Teradata/dbt-teradata/issues/102

* Reconfiguration of dbt-teradata snapshot code for fixing the issue related to invalidate_hard_deletes configuration not working
https://github.com/Teradata/dbt-teradata/issues/65

### Docs
* Stubbed model contracts support
* materialized_view is not yet supported

### Under the hood
* Addition of some more adapter zone testcases
Loading