Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read support for S3 Tables in Iceberg #24815

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Jan 28, 2025

Description

Supporting only read operations because Iceberg REST catalog in Glue doesn't support stage-create option Trino Iceberg connector depends on.
This PR adds support for SigV4. Also, make view-endpoints-supported configurable because S3 Tables doesn't support view endpoints.

Fixes #24679

Release notes

## Iceberg
* TBD. ({issue}`24679`)

@cla-bot cla-bot bot added the cla-signed label Jan 28, 2025
@github-actions github-actions bot added the iceberg Iceberg connector label Jan 28, 2025
@ebyhr ebyhr force-pushed the ebi/iceberg-s3-tables branch from 74bf75c to f74a78e Compare January 28, 2025 23:31
@ebyhr ebyhr changed the title Add support for SigV4 in Iceberg Add support for S3 Tables in Iceberg Jan 28, 2025
@ebyhr ebyhr force-pushed the ebi/iceberg-s3-tables branch from f74a78e to 18c568e Compare January 31, 2025 05:42
@ebyhr ebyhr changed the title Add support for S3 Tables in Iceberg Add read support for S3 Tables in Iceberg Jan 31, 2025
This adds support for SigV4. Also, make view-endpoints-supported
configurable because S3 Tables doesn't support view endpoints.
@ebyhr ebyhr force-pushed the ebi/iceberg-s3-tables branch from 18c568e to a661bf4 Compare January 31, 2025 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

Support AWS S3 Tables in Iceberg
1 participant