File tree Expand file tree Collapse file tree 9 files changed +39
-33
lines changed
Expand file tree Collapse file tree 9 files changed +39
-33
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ This repository represents a fork of the [dbt-presto](https://github.com/dbt-lab
3737
3838## Compatibility
3939
40- This dbt plugin has been tested against ` Trino ` version ` 455 ` , ` Starburst Enterprise ` version ` 443 -e.10 ` and ` Starburst Galaxy ` .
40+ This dbt plugin has been tested against ` Trino ` version ` 475 ` , ` Starburst Enterprise ` version ` 468 -e.6 ` and ` Starburst Galaxy ` .
4141
4242## Setup & Configuration
4343
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 trino :
33 ports :
44 - " 8080:8080"
5- image : " starburstdata/starburst-enterprise:443 -e.10 "
5+ image : " starburstdata/starburst-enterprise:468 -e.6 "
66 volumes :
77 - ./docker/starburst/etc:/etc/starburst
88 - ./docker/starburst/catalog:/etc/starburst/catalog
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 trino :
33 ports :
44 - " 8080:8080"
5- image : " trinodb/trino:455 "
5+ image : " trinodb/trino:475 "
66 volumes :
77 - ./docker/trino/etc:/usr/lib/trino/etc:ro
88 - ./docker/trino/catalog:/etc/trino/catalog
Original file line number Diff line number Diff line change 11connector.name =delta-lake
22delta.enable-non-concurrent-writes =true
3- hive.s3.endpoint =http://minio:9000
4- hive.s3.path-style-access =true
3+ fs.native-s3.enabled =true
4+ s3.region =us-east-1
5+ s3.endpoint =http://minio:9000
6+ s3.path-style-access =true
57hive.metastore.uri =thrift://hive-metastore:9083
6- hive. s3.aws-access-key =minio
7- hive. s3.aws-secret-key =minio123
8+ s3.aws-access-key =minio
9+ s3.aws-secret-key =minio123
810hive.metastore-cache-ttl =0s
911hive.metastore-refresh-interval =5s
10- hive.metastore-timeout =10s
1112delta.security =allow-all
Original file line number Diff line number Diff line change 11connector.name =hive
22hive.metastore.uri =thrift://hive-metastore:9083
3- hive.s3.endpoint =http://minio:9000
4- hive.s3.path-style-access =true
5- hive.s3.aws-access-key =minio
6- hive.s3.aws-secret-key =minio123
3+ fs.native-s3.enabled =true
4+ s3.region =us-east-1
5+ s3.endpoint =http://minio:9000
6+ s3.path-style-access =true
7+ s3.aws-access-key =minio
8+ s3.aws-secret-key =minio123
79hive.metastore-cache-ttl =0s
810hive.metastore-refresh-interval =5s
9- hive.metastore-timeout =10s
1011hive.security =sql-standard
Original file line number Diff line number Diff line change 11connector.name =iceberg
22hive.metastore.uri =thrift://hive-metastore:9083
3- hive.s3.endpoint =http://minio:9000
4- hive.s3.path-style-access =true
5- hive.s3.aws-access-key =minio
6- hive.s3.aws-secret-key =minio123
3+ fs.native-s3.enabled =true
4+ s3.region =us-east-1
5+ s3.endpoint =http://minio:9000
6+ s3.path-style-access =true
7+ s3.aws-access-key =minio
8+ s3.aws-secret-key =minio123
79hive.metastore-cache-ttl =0s
810hive.metastore-refresh-interval =5s
9- hive.metastore-timeout =10s
1011iceberg.unique-table-location =true
Original file line number Diff line number Diff line change 11connector.name =delta-lake
22delta.enable-non-concurrent-writes =true
3- hive.s3.endpoint =http://minio:9000
4- hive.s3.path-style-access =true
3+ fs.native-s3.enabled =true
4+ s3.region =us-east-1
5+ s3.endpoint =http://minio:9000
6+ s3.path-style-access =true
57hive.metastore.uri =thrift://hive-metastore:9083
6- hive. s3.aws-access-key =minio
7- hive. s3.aws-secret-key =minio123
8+ s3.aws-access-key =minio
9+ s3.aws-secret-key =minio123
810hive.metastore-cache-ttl =0s
911hive.metastore-refresh-interval =5s
10- hive.metastore-timeout =10s
Original file line number Diff line number Diff line change 11connector.name =hive
22hive.metastore.uri =thrift://hive-metastore:9083
3- hive.s3.endpoint =http://minio:9000
4- hive.s3.path-style-access =true
5- hive.s3.aws-access-key =minio
6- hive.s3.aws-secret-key =minio123
3+ fs.native-s3.enabled =true
4+ s3.region =us-east-1
5+ s3.endpoint =http://minio:9000
6+ s3.path-style-access =true
7+ s3.aws-access-key =minio
8+ s3.aws-secret-key =minio123
79hive.metastore-cache-ttl =0s
810hive.metastore-refresh-interval =5s
9- hive.metastore-timeout =10s
1011hive.security =sql-standard
Original file line number Diff line number Diff line change 11connector.name =iceberg
22hive.metastore.uri =thrift://hive-metastore:9083
3- hive.s3.endpoint =http://minio:9000
4- hive.s3.path-style-access =true
5- hive.s3.aws-access-key =minio
6- hive.s3.aws-secret-key =minio123
3+ fs.native-s3.enabled =true
4+ s3.region =us-east-1
5+ s3.endpoint =http://minio:9000
6+ s3.path-style-access =true
7+ s3.aws-access-key =minio
8+ s3.aws-secret-key =minio123
79hive.metastore-cache-ttl =0s
810hive.metastore-refresh-interval =5s
9- hive.metastore-timeout =10s
You can’t perform that action at this time.
0 commit comments