Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Releases: dbt-labs/dbt-presto

dbt-presto 0.19.1b2

16 Feb 04:24
Compare
Choose a tag to compare
dbt-presto 0.19.1b2 Pre-release
Pre-release

This is a patch version pre-release that tracks dbt v0.19.1b2.

$ pip install dbt-presto==0.19.1b2

dbt-presto 0.19.0

16 Feb 02:35
Compare
Choose a tag to compare

This is a minor version release that tracks dbt v0.19.0.

$ pip install dbt-presto==0.19.0

dbt-presto 0.19.0rc1

12 Jan 16:41
c8ac5ae
Compare
Choose a tag to compare
dbt-presto 0.19.0rc1 Pre-release
Pre-release

This is a release candidate for a new minor version that tracks dbt v0.19.0rc1.

dbt-presto 0.18.1

12 Jan 15:42
6543479
Compare
Choose a tag to compare

This is a patch release adding support for dbt v0.18.1.

dbt-presto 0.18.0

18 Sep 17:08
0899fc3
Compare
Choose a tag to compare

This is a minor release to support new functionality in dbt v0.18.0 (Marian Anderson).

Quality of life

  • The dbt-presto plugin uses a new testing framework, dbt-adapter-tests.
  • For first-time users, dbt init --adapter presto will create ~/.dbt/profiles.yml and populate with Presto-appropriate targets (#26)

Contributors

dbt-presto 0.17.2

05 Aug 21:10
4f56cb6
Compare
Choose a tag to compare

This is a bugfix release that tracks dbt v0.17.2. It includes no changes to plugin-specific functionality.

dbt-presto 0.17.1

20 Jul 19:15
d42bd7c
Compare
Choose a tag to compare

This is a bugfix release that tracks dbt v0.17.1. It includes no changes to plugin-specific functionality.

Noteworthy changes

  • dbt-core: dbt native rendering is no longer enabled by default, as it was in v0.17.0. It requires the use of opt-in filters: as_native, as_bool, and as_number. (#2612, #2618)

dbt-presto 0.17.0

10 Jun 22:22
5350cd2
Compare
Choose a tag to compare

This is a minor release that tracks dbt==0.17.0. It includes no changes to plugin-specific functionality.

dbt-presto 0.16.1

27 Apr 21:10
e6f6542
Compare
Choose a tag to compare

This is a bugfix release that tracks dbt==0.16.1.

Fixes

  • dbt docs generate returns an error in dbt-presto==0.16.0 due to a breaking change in dbt-core. This release fixes docs generation by updating the get_catalog method. We added docs generation as an integration testing step to prevent this breaking change in future releases.

dbt-presto 0.16.0

15 Apr 18:33
Compare
Choose a tag to compare

This is a minor release that tracks dbt==0.16.0. It includes no changes to plugin-specific functionality.

Quality of life

  • Add preliminary integration tests. Add CI to run flake8, unit, and integration on all PRs (#18)
  • Update README (#19)