-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
For AWS glue/s3 tables
rest.sigv4-enabled, rest.signing-name, rest.signing-region
rest_catalog = load_catalog(
catalog_name,
**{
"type": "rest",
"warehouse":"arn:aws:s3tables:<Region>:<accountID>:bucket/<bucketname>",
"uri": "https://s3tables.<Region>.amazonaws.com/iceberg",
"rest.sigv4-enabled": "true",
"rest.signing-name": "s3tables",
"rest.signing-region": "<Region>"
}
)
Describe the solution you'd like
No response
Willingness to contribute
None
ananthaksr, gsoundar, liurenjie1024, ankane and CTTY
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request