Skip to content

Latest commit

 

History

History
70 lines (64 loc) · 6.7 KB

CHANGELOG.md

File metadata and controls

70 lines (64 loc) · 6.7 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.4.2 - April 07, 2023

Features

  • Support Materialized view replacement (#256)
  • Add Materialized View materialization (#258, #260)
  • Add query, query_id and rows_affected in adapter response (#186, #262)

Fixes

  • Fix performance issue with dbt docs generate (#272, #273)

Dependencies

  • Bump dbt-tests-adapter from 1.4.1 to 1.4.3 (#233)
  • Bump mypy from 1.0.1 to 1.1.1 (#259)
  • Bump dbt-tests-adapter from 1.4.3 to 1.4.4 (#268)
  • Bump black from 22.12.0 to 23.3.0 (#277)
  • Bump flake8 from 5.0.4 to 6.0.0 (#277)
  • Bump tox from 3.27.1 to 4.4 (#277)
  • Add compatibility pin for dependencies. Remove obsolete ones. (#277)
  • Bump mypy from 1.1.1 to 1.2.0 (#277)

Contributors

dbt-trino 1.4.1 - March 01, 2023

Breaking Changes

  • Column types returned by the adapter methods are now returned as is, except for decimal, varchar and char. (#126, #242)

Fixes

  • Handle unbound varchar data_type instead of defaulting to varchar(256) (#35, #194)
  • Include comments of sources or models from other catalogs in catalog.json artifact (#228, #230)

Under the Hood

  • Add support for Python 3.11 (#225, #224)
  • Adjust master branch to backport convention (#231, #243)

Dependencies

  • Bump mypy from 0.991 to 1.0.0 (#227)
  • Bump mypy from 1.0.0 to 1.0.1 (#232)

Contributors

dbt-trino 1.4.0 - January 30, 2023

Features

  • Added new connection property timezone (#213, #214)

Under the Hood

  • Adjustment to dbt-core 1.4.1 (#213, #214)

Dependencies

  • Bump dbt-tests-adapter from 1.3.1 to 1.3.2 (#207)
  • Update to use trino-python-client 0.321.0 (#213, #214)

Contributors

Previous Releases

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