Skip to content

Latest commit

 

History

History
87 lines (76 loc) · 7.74 KB

CHANGELOG.md

File metadata and controls

87 lines (76 loc) · 7.74 KB

dbt-trino Changelog

  • This file provides a full account of all changes to dbt-trino
  • Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
  • "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
  • Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide

dbt-trino 1.2.4 - April 07, 2023

Under the Hood

  • Adjust 1.2.latest branch to backport convention (#231, #240)

Contributors

dbt-trino 1.2.3 - October 13, 2022

Features

  • Support on_schema_change on incremental models (#48, #134)
  • Support security grants (#130)

Fixes

  • Support mixed-case schemata through TrinoQuotePolicy (#131, #132)
  • Adding Kerberos auth configs from the trino-python-client (#137)
  • Ignore case when matching relations (#140, #141)
  • Fixes instantiation of CertificateAuthentication object from trino-python-client (#149, #150)

Under the Hood

  • Add testing for Starburst Galaxy (#128, #123)
  • Add QuotePolicy for relations to not use quoted identifiers by default (#131, #132)
  • Enable MERGE tests for Galaxy (#133, #139)
  • Change get_columns_in_relation implementation to use describe to also support string relations (#145)

Dependencies

  • Bump tox from 3.25.1 to 3.26.0 (#27, #124)
  • Bump mypy from 0.971 to 0.981 (#138)
  • Bump mypy from 0.981 to 0.982 (#143)

Contributors

dbt-trino 1.2.2 - September 15, 2022

Features

  • Support snapshot materialization (#6, #120)

Under the Hood

  • Add comments to catalog macro (#115, #116)

Dependencies

  • Bump black from 22.6.0 to 22.8.0 (#27, #119)

Contributors

dbt-trino 1.2.1 - August 25, 2022

Features

  • Support delete+insert materialization (#103, #62)
  • Add support for persist_docs (#76, #77)
  • Add merge materialization (#105, #104)

Under the Hood

  • Improve developer experience (changie, pre-commit, black, isort) (#97, #98)
  • Implement Veracode SCA security scan (#100, #90)
  • Implement Dependabot for automated dependency updates (#99, #89)

Security

Contributors

dbt-trino 1.2.0 (August 3, 2022)

Features

  • Configurable retries of database operations (#83)

Fixes

  • Fix TrinoKerberosCredentials.trino_auth() for kerberos authentication (#78)

Under the hood

  • Move crossdb macros from trino-dbt-utils to adapter (#83)
  • Added dbt 1.2.0 standard adapter tests (#83)
  • Run CI on python 3.9 and 3.10 (#83)

Contributors:

Previous Releases

For information on prior major and minor releases, see their changelogs: