Skip to content

Commit

Permalink
Upgrade Trino to 452, SEP to 443-e.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco committed Jul 17, 2024
1 parent 98d1fb5 commit 2986611
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 `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

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:435-e.4"
image: "starburstdata/starburst-enterprise:443-e.6"
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:445"
image: "trinodb/trino:452"
volumes:
- ./docker/trino/etc:/usr/lib/trino/etc:ro
- ./docker/trino/catalog:/etc/trino/catalog
Expand Down

0 comments on commit 2986611

Please sign in to comment.