-
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 #191 from Teradata/release_branch_1.8.1
updated README and CHANGELOG
- Loading branch information
Showing
2 changed files
with
81 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
## dbt-teradata 1.0.0a | ||
|
||
### Features | ||
* dbt-teradata is now fully compatible with Python 3.12. | ||
* Added support for browser-based Single Sign-On (SSO) authentication when connecting to SSO-enabled Teradata databases. Please refer to the README for more details. | ||
|
||
### Fixes | ||
* Resolved an issue with the 'show' command. | ||
* https://github.com/dbt-labs/dbt-adapters/pull/249 | ||
* Fixed a TypeError in TeradataAdapter.get_catalog() where it incorrectly took three arguments instead of two. | ||
* https://github.com/Teradata/dbt-teradata/issues/180 | ||
* Corrected exception handling for failed database connections. | ||
* https://github.com/Teradata/dbt-teradata/issues/183 | ||
|
||
### Docs | ||
* Updated the README to include additional Teradata profile fields and threads options. | ||
|
||
### Under the hood | ||
* Expanded test coverage for snapshots. | ||
* Verified the compatibility of dbt's threads feature with dbt-teradata. |
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