Skip to content

Commit

Permalink
Upgrade Trino to 428, SEP to 423-e.3
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Oct 6, 2023
1 parent 6d52d80 commit a36b128
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 `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

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:420-e"
image: "starburstdata/starburst-enterprise:423-e.3"
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:422"
image: "trinodb/trino:428"
volumes:
- ./docker/trino/etc:/usr/lib/trino/etc:ro
- ./docker/trino/catalog:/etc/trino/catalog
Expand Down

0 comments on commit a36b128

Please sign in to comment.