From 66a5cabd43e72a4289f449247ff86de35a9d14f1 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Tue, 17 Sep 2024 18:53:02 +0200 Subject: [PATCH 1/3] Update dependencies --- .changes/unreleased/Dependencies-20240917-190238.yaml | 7 +++++++ dev_requirements.txt | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .changes/unreleased/Dependencies-20240917-190238.yaml diff --git a/.changes/unreleased/Dependencies-20240917-190238.yaml b/.changes/unreleased/Dependencies-20240917-190238.yaml new file mode 100644 index 00000000..32969f44 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240917-190238.yaml @@ -0,0 +1,7 @@ +kind: Dependencies +body: Update dependencies +time: 2024-09-17T19:02:38.25676+02:00 +custom: + Author: damian3031 + Issue: "" + PR: "435" diff --git a/dev_requirements.txt b/dev_requirements.txt index fb83a6bd..6edf93d0 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ -dbt-tests-adapter~=1.8.0 -mypy==1.10.0 # patch updates have historically introduced breaking changes -pre-commit~=3.7 -pytest~=8.2 -tox~=4.15 +dbt-tests-adapter~=1.10.1 +mypy==1.11.2 # patch updates have historically introduced breaking changes +pre-commit~=3.8 +pytest~=8.3 +tox~=4.18 From 2029c67d23af28fd3530a07d1e4eeec59659c584 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Tue, 17 Sep 2024 18:59:07 +0200 Subject: [PATCH 2/3] Upgrade Trino to 455, SEP to 443-e.10 --- README.md | 2 +- docker-compose-starburst.yml | 2 +- docker-compose-trino.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5e82c3f..f72fa2c0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repository represents a fork of the [dbt-presto](https://github.com/dbt-lab ## Compatibility -This dbt plugin has been tested against `Trino` version `452`, `Starburst Enterprise` version `443-e.6` and `Starburst Galaxy`. +This dbt plugin has been tested against `Trino` version `455`, `Starburst Enterprise` version `443-e.10` and `Starburst Galaxy`. ## Setup & Configuration diff --git a/docker-compose-starburst.yml b/docker-compose-starburst.yml index ebefa6b7..a50bcadf 100755 --- a/docker-compose-starburst.yml +++ b/docker-compose-starburst.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "starburstdata/starburst-enterprise:443-e.6" + image: "starburstdata/starburst-enterprise:443-e.10" volumes: - ./docker/starburst/etc:/etc/starburst - ./docker/starburst/catalog:/etc/starburst/catalog diff --git a/docker-compose-trino.yml b/docker-compose-trino.yml index 6afb0249..96be7370 100644 --- a/docker-compose-trino.yml +++ b/docker-compose-trino.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "trinodb/trino:452" + image: "trinodb/trino:455" volumes: - ./docker/trino/etc:/usr/lib/trino/etc:ro - ./docker/trino/catalog:/etc/trino/catalog From 126ba59f1426b6b882cb68c3f4c6406c4584cf06 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Thu, 19 Sep 2024 13:02:44 +0200 Subject: [PATCH 3/3] Point to the #python channel on Trino slack as #dbt channel has been archived --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f72fa2c0..1d2810f6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For Trino- and Starburst-specific configuration, you can refer to [Starburst (Tr ## Contributing -- Want to report a bug or request a feature? Let us know on [Slack](http://community.getdbt.com/) in the [#db-starburst-and-trino](https://getdbt.slack.com/channels/db-starburst-and-trino) channel, or on [Trino slack](https://trino.io/slack.html) in the [#dbt](https://trinodb.slack.com/channels/dbt) channel, or open [an issue](https://github.com/starburstdata/dbt-trino/issues/new) +- Want to report a bug or request a feature? Let us know on [Slack](http://community.getdbt.com/) in the [#db-starburst-and-trino](https://getdbt.slack.com/channels/db-starburst-and-trino) channel, or on [Trino slack](https://trino.io/slack.html) in the [#python](https://trinodb.slack.com/channels/python) channel, or open [an issue](https://github.com/starburstdata/dbt-trino/issues/new) - Want to help us build dbt-trino? Check out the [Contributing Guide](https://github.com/starburstdata/dbt-trino/blob/HEAD/CONTRIBUTING.md) ### Release process