diff --git a/README.md b/README.md index abc32afe..d5e82c3f 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 `445`, `Starburst Enterprise` version `435-e.4` and `Starburst Galaxy`. +This dbt plugin has been tested against `Trino` version `452`, `Starburst Enterprise` version `443-e.6` and `Starburst Galaxy`. ## Setup & Configuration diff --git a/docker-compose-starburst.yml b/docker-compose-starburst.yml index 471ee3ab..ebefa6b7 100755 --- a/docker-compose-starburst.yml +++ b/docker-compose-starburst.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "starburstdata/starburst-enterprise:435-e.4" + image: "starburstdata/starburst-enterprise:443-e.6" 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 165f7923..6afb0249 100644 --- a/docker-compose-trino.yml +++ b/docker-compose-trino.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "trinodb/trino:445" + image: "trinodb/trino:452" volumes: - ./docker/trino/etc:/usr/lib/trino/etc:ro - ./docker/trino/catalog:/etc/trino/catalog