Skip to content

dbt-teradata v1.8.1

Latest
Compare
Choose a tag to compare
@adamtwo adamtwo released this 05 Sep 04:15
· 0 commits to 910ca3d686302871b7325e73a16d65ec08cde64a since this release

dbt-teradata 1.8.1a

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.
  • Fixed a TypeError in TeradataAdapter.get_catalog() where it incorrectly took three arguments instead of two.
  • Corrected exception handling for failed database connections.

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.