-
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.
resetting CHANGELOG.md for the next release
- Loading branch information
Teradata GitHub Actions
committed
Sep 5, 2024
1 parent
910ca3d
commit ff1e5a2
Showing
1 changed file
with
0 additions
and
11 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,20 +1,9 @@ | ||
## 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. |