-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[python] Persist LeRobot dataset metadata in Paimon #9529
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
Merged
JingsongLi
merged 33 commits into
apache:master
from
XiaoHongbo-Hope:codex/lerobot-self-contained-import
Sep 3, 2026
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
286235b
[python] Persist LeRobot dataset metadata in Paimon
XiaoHongbo-Hope ebf9140
[python] Publish LeRobot imports by component snapshots
XiaoHongbo-Hope 7a23db9
[python] Make LeRobot imports retry-safe
XiaoHongbo-Hope 580233a
[python] Preserve LeRobot import result on cleanup
XiaoHongbo-Hope f127d2a
[python] Clean up failed LeRobot table creation
XiaoHongbo-Hope 81540dc
[python] Handle concurrent multimodal table deletion
XiaoHongbo-Hope 0d9d053
[python] Preserve initial data across create races
XiaoHongbo-Hope aa99328
[python] Align LeRobot versions with table tags
XiaoHongbo-Hope 222aa3e
[python] Return LeRobot version ID
XiaoHongbo-Hope dbc0922
[python] Guard initial LeRobot publication
XiaoHongbo-Hope a8df2a5
[python] Align LeRobot task and subtask metadata
XiaoHongbo-Hope b9fdcef
[python] Stabilize LeRobot FileIO tests
XiaoHongbo-Hope caa84d9
Merge remote-tracking branch 'apache/master' into codex/lerobot-self-…
XiaoHongbo-Hope 82430d4
[python] Stabilize LeRobot metadata publication
XiaoHongbo-Hope 1b8c807
[python] Stream LeRobot episode metadata
XiaoHongbo-Hope 5fd9084
[python] Make LeRobot cleanup generation safe
XiaoHongbo-Hope e98d1f2
[python] Validate native LeRobot control metadata
XiaoHongbo-Hope 7d06ab5
[python] Preserve LeRobot task index metadata
XiaoHongbo-Hope 47e5734
[python] Bound LeRobot import cleanup and episode state
XiaoHongbo-Hope 7a58c04
[python] Clean only owned LeRobot import tables
XiaoHongbo-Hope f90fd76
[python] Reconcile LeRobot cleanup generations
XiaoHongbo-Hope 847c507
[python] Reconcile uncertain LeRobot table renames
XiaoHongbo-Hope 05f423a
[python] Avoid retrying ambiguous LeRobot table drops
XiaoHongbo-Hope 60c858c
[python] Avoid table renames during LeRobot cleanup
XiaoHongbo-Hope a33837a
[python] Keep LeRobot root until companions drop
XiaoHongbo-Hope a5f744f
[docs] Simplify LeRobot version description
XiaoHongbo-Hope 27f7d39
[docs] Avoid promising transactional import cleanup
XiaoHongbo-Hope f99e287
[python] Notify callbacks for duplicate commits
XiaoHongbo-Hope e1ebdcb
[python] Keep failed LeRobot imports for inspection
XiaoHongbo-Hope d0bd8c0
[python] Clarify LeRobot required feature validation
XiaoHongbo-Hope e2806b4
[python] Reconcile LeRobot publication retries
XiaoHongbo-Hope 178e356
[python] Separate generic fixes from LeRobot import
XiaoHongbo-Hope 0704cf6
[python] Publish LeRobot versions after component tags
XiaoHongbo-Hope File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to use this version in PyToch Dataloader?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this
dataset = PaimonLeRobotDataset( conn, "catalog.db.robot_data", version_id=version_id, )?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is OK, if none you should find latest.