feat: Experimental support for sinking to Iceberg#23011
Closed
coastalwhite wants to merge 1 commit intopola-rs:mainfrom
Closed
feat: Experimental support for sinking to Iceberg#23011coastalwhite wants to merge 1 commit intopola-rs:mainfrom
coastalwhite wants to merge 1 commit intopola-rs:mainfrom
Conversation
b7931ee to
bdc1170
Compare
Member
|
I think we need a docs/rst entry. |
Collaborator
|
I think we should also test collecting after serialization / pickling round-trip for As a side question, where can we find the new metadata location after sinking? Is it already updated on the iceberg table object? |
ritchie46
reviewed
Jun 2, 2025
069b31d to
dc00684
Compare
> [!WARNING]: > This is very experimental. Please back up your data before relying on this. This is the first iteration of streaming sinking to Iceberg. ```python catalog = load_catalog(...) table = catalog.load_table(...) lf.sink_iceberg(table, mode='append') lf.sink_iceberg(table, mode='overwrite') ```
fce980f to
1c9f96b
Compare
ddf5907 to
d0914d4
Compare
90ceb7b to
e9fce55
Compare
Collaborator
Author
|
This will be worked on further by @nameexhaustion. Closing this PR as it will no longer receive updates. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sink_iceberg#23716Warning
This is very experimental. Please back up your data before relying on this.
This is the first iteration of streaming sinking to Iceberg.
This does not implement:
ping @nameexhaustion
There are still a few things that need to happen to land this PR:
PlPath#23350 is a blocker