From a36b12842902b13ad4706418d61e91024a35672b Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Fri, 6 Oct 2023 12:09:17 +0200 Subject: [PATCH] Upgrade Trino to 428, SEP to 423-e.3 --- 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 240e0075..da218195 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 `422`, `Starburst Enterprise` version `420-e` and `Starburst Galaxy`. +This dbt plugin has been tested against `Trino` version `428`, `Starburst Enterprise` version `423-e.3` and `Starburst Galaxy`. ## Setup & Configuration diff --git a/docker-compose-starburst.yml b/docker-compose-starburst.yml index 50cdcfc8..91d2d158 100755 --- a/docker-compose-starburst.yml +++ b/docker-compose-starburst.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "starburstdata/starburst-enterprise:420-e" + image: "starburstdata/starburst-enterprise:423-e.3" 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 2a5a289b..8a3415bf 100644 --- a/docker-compose-trino.yml +++ b/docker-compose-trino.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "trinodb/trino:422" + image: "trinodb/trino:428" volumes: - ./docker/trino/etc:/usr/lib/trino/etc:ro - ./docker/trino/catalog:/etc/trino/catalog