Skip to content

Option to disable etag/checksum check #1488

@jbusecke

Description

@jbusecke

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions