Skip to content

Commit

Permalink
Upgrade Trino to 439, SEP to 435-e.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Mar 6, 2024
1 parent 2ae6344 commit 689069c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Under the Hood-20240306-121631.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Under the Hood
body: Upgrade Trino to 439, SEP to 435-e.1
time: 2024-03-06T12:16:31.319795+01:00
custom:
Author: damian3031
Issue: ""
PR: "388"
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 `435`, `Starburst Enterprise` version `429-e.0` and `Starburst Galaxy`.
This dbt plugin has been tested against `Trino` version `439`, `Starburst Enterprise` version `435-e.1` 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:429-e.0"
image: "starburstdata/starburst-enterprise:435-e.1"
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:435"
image: "trinodb/trino:439"
volumes:
- ./docker/trino/etc:/usr/lib/trino/etc:ro
- ./docker/trino/catalog:/etc/trino/catalog
Expand Down

0 comments on commit 689069c

Please sign in to comment.