Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

51 lines (45 loc) · 4.16 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.6.2 - October 10, 2023

Fixes

  • Only set the comment when persist_docs.relation is set (#317, #343)
  • Fix materialized_views filters when listing relations (#353)

Under the Hood

  • Remove redundant DISTINCT from schema listing query (#356)

Dependencies

  • Update requirements: dbt-tests-adapter from 1.6.0 to 1.6.5 tox from 4.6 to 4.11 pre-commit from 3.3 to 3.4 mypy from 1.4.1 to 1.5.1 (#9999)

Contributors

dbt-trino 1.6.1 - August 09, 2023

Fixes

  • Implemented fetchmany (#341)

Contributors

dbt-trino 1.6.0 - August 01, 2023

Breaking Changes

  • Drop support for Python 3.7 (#314, #331)
  • Update dbt-core to 1.6.0 (#332)
  • Renamed relation type 'materializedview' to 'materialized_view' to be consistent with dbt-core 1.6. If you have any custom macro where you check if relation type equals to 'materializedview', change it to 'materialized_view' (#332)

Under the Hood

  • Refactored materialized view macros (#333)
  • Add new tests from dbt-tests-adapter (#335)
  • Add schema teardown method where necessary (#267, #335)

Dependencies

  • Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.6.0 (#330)

Contributors

Previous Releases

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