Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

57 lines (51 loc) · 5.29 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.8.2 - September 24, 2024

Features

  • Added update_type and rowcount to dbt commands SQL status in CLI output (#428, #429)

Fixes

  • Change table materialization logic when on_table_exists = 'rename' (#423, #425)

Dependencies

  • Bump peter-evans/create-pull-request from 6 to 7 (#433)
  • Update dependencies (#435)

Contributors

dbt-trino 1.8.1 - July 04, 2024

Fixes

  • Fix incremental materialization to correctly set the temporary relation to a view or table (#416, #418)

Contributors

dbt-trino 1.8.0 - May 09, 2024

Features

  • Support all types for unit testing (#391, #393)
  • on_table_exists modes (rename, drop, replace) determine how table is recreated during a full-refresh run of an incremental model (#395, #406)

Fixes

  • Stop adding aliases to subqueries when calling with --empty (#408)

Under the Hood

  • Add tests against Python 3.12 (#383)
  • Upgrade Trino to 439, SEP to 435-e.1 (#388)
  • Migrate to dbt-common and dbt-adapters package (#387, #390)
  • Add tests for --empty flag (#391, #393)
  • Update dependabot config to cover GHA (#395)

Dependencies

  • Bump dev_requirements (#388)
  • Add dbt-core as a dependency to preserve backwards compatibility for installation (#387, #393)
  • Updated dependencies and GH actions (#408)
  • Updated dbt-core to 1.8.0 (#408)

Contributors

Previous Releases

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