-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from Teradata/vs255034_document_changes
Removal of Python 3.8 and document change for release
- Loading branch information
Showing
5 changed files
with
60 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
## dbt-teradata 1.0.0a | ||
|
||
### Features | ||
* Addition of md5_udf variable for custom hash macro configuration | ||
* (https://github.com/Teradata/dbt-teradata-utils/issues/2) | ||
* Full support for valid_history incremental strategy | ||
* Remove support and testing for Python 3.8, which is now EOL | ||
|
||
### Fixes | ||
* Adapter does not resolve dates correctly in unit testing | ||
* Snapshots fail on structure changes | ||
* (https://github.com/Teradata/dbt-teradata/issues/192) | ||
|
||
### Docs | ||
Updated Readme for | ||
* md5_udf variable - for custom hash macro configuration | ||
* valid_history incremental strategy | ||
* unit testing support | ||
|
||
### Under the hood | ||
* Test project for valid_history incremental strategy | ||
* Addition of more function tests for better coverage | ||
* Change in workflow file for testing md5_udf variable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters