Skip to content

Commit

Permalink
Upgrade Trino to 457, SEP to 453-e.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Sep 17, 2024
1 parent 9f00843 commit 9100ec0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `457`, `Starburst Enterprise` version `453-e.2` and `Starburst Galaxy`.

## Setup & Configuration

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-starburst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
trino:
ports:
- "8080:8080"
image: "starburstdata/starburst-enterprise:443-e.6"
image: "starburstdata/starburst-enterprise:453-e.2"
volumes:
- ./docker/starburst/etc:/etc/starburst
- ./docker/starburst/catalog:/etc/starburst/catalog
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-trino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
trino:
ports:
- "8080:8080"
image: "trinodb/trino:452"
image: "trinodb/trino:457"
volumes:
- ./docker/trino/etc:/usr/lib/trino/etc:ro
- ./docker/trino/catalog:/etc/trino/catalog
Expand Down

0 comments on commit 9100ec0

Please sign in to comment.