Skip to content

Commit 63cec98

Browse files
committed
use glue IRC for iceberg too
1 parent 899ac8e commit 63cec98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/iceberg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ SETTINGS type='iceberg',
6666
```sql
6767
CREATE DATABASE demo
6868
SETTINGS type='iceberg',
69-
catalog_uri='https://s3tables.us-west-2.amazonaws.com/iceberg',
69+
catalog_uri='https://glue.us-west-2.amazonaws.com/iceberg',
7070
catalog_type='rest',
71-
warehouse='arn:aws:s3tables:us-west-2:(aws-12-id):bucket/(bucket-name)',
71+
warehouse='(aws-12-id):s3tablescatalog/(bucket-name)',
7272
rest_catalog_sigv4_enabled=true,
7373
rest_catalog_signing_region='us-west-2',
74-
rest_catalog_signing_name='s3tables';
74+
rest_catalog_signing_name='glue';
7575
```
7676

7777
If you want to create new Iceberg tables from Timeplus, you can also set `storage_credential` to `'https://s3tables.us-west-2.amazonaws.com/(bucket-name)'`.

0 commit comments

Comments
 (0)