- 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
- Only set the comment when persist_docs.relation is set (#317, #343)
- Fix materialized_views filters when listing relations (#353)
- Remove redundant DISTINCT from schema listing query (#356)
- 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)
- Implemented fetchmany (#341)
- 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)
- Refactored materialized view macros (#333)
- Add new tests from dbt-tests-adapter (#335)
- Add schema teardown method where necessary (#267, #335)
- Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.6.0 (#330)
- @damian3031 (#331, #332, #332, #333, #335, #335)
- @dependabot[bot] (#330)
For information on prior major and minor releases, see their changelogs: