From ff1e5a2140cd3924595e072bb2518230747a61f3 Mon Sep 17 00:00:00 2001 From: Teradata GitHub Actions Date: Thu, 5 Sep 2024 04:15:48 +0000 Subject: [PATCH] resetting CHANGELOG.md for the next release --- CHANGELOG.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 734d52bf..a5cd4776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.