-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Just tagging this as it came up during the earthaccess hack day at AGU
Problem
The default etag comparison is an amazing addition to icechunk and seems like a great default, but I would love to have an option to turn the check off for certain scenarios. In particular the MURSST Data is somehow subject to somewhat random file mods. Ultimately this needs to be fixed upstream, but for my workflow it would be nice to confirm that everything else runs smoothly, or just for someone to basically say "I know what I am doing, I want to access the data"
Proposed Solution
Not exactly sure where this would live, perhaps:
repo = ...
session = repo.readonly_session(..., disable_checksum_check=True)Or maybe it makes more sense to do this on the repo level?
Metadata
Metadata
Assignees
Labels
No labels