-
Notifications
You must be signed in to change notification settings - Fork 47
Add Datatree support in to_icechunk
#1243
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
base: main
Are you sure you want to change the base?
Conversation
| # TODO what do I do with all these maybe_fork_sessions here? | ||
| maybe_fork_session = write_ds( | ||
| ds=dataset, | ||
| store=fork.store, |
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.
Note for the future: this should be safe since each iteration of the loop writes to different group, so there are no conflicts.
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.
Added this as a comment in 7b0fec5
No description provided.