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

feat: DH-18149: Simplified passing s3 instructions for iceberg writing #6668

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

malhotrashivam
Copy link
Contributor

@malhotrashivam malhotrashivam commented Feb 27, 2025

JIRA ticket: https://deephaven.atlassian.net/browse/DH-18149

Description:
Previously, users had to provide the S3 configuration (username, password, region, etc.) in two places:

  • When creating the catalog handle.
  • When creating a writer instance to append data to Iceberg tables.

With this PR, if the S3 configuration is not passed when constructing the table writer, it will automatically inherit the configuration from the catalog properties. This change aligns with the existing pattern used for reading iceberg tables.

@malhotrashivam malhotrashivam added feature request New feature or request DocumentationNeeded ReleaseNotesNeeded Release notes are needed labels Feb 27, 2025
@malhotrashivam malhotrashivam added this to the 0.38.0 milestone Feb 27, 2025
@malhotrashivam malhotrashivam self-assigned this Feb 27, 2025
devinrsmith
devinrsmith previously approved these changes Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DocumentationNeeded feature request New feature or request ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants