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