VirtualiZarr icon indicating copy to clipboard operation
VirtualiZarr copied to clipboard

Publicly expose icechunk's `validate_containers` kwarg

Open TomNicholas opened this issue 8 months ago • 1 comments

Icechunk now has a validate_containers kwarg to .set_virtual_ref/.set_virtual_refs. We should publicly expose this in .virtualize.to_icechunk().

I think we want to make True the default and expose it for overriding. The reason for that is normally you want to check this up front (so at write time instead of read time), but sometimes you want to just dump references, e.g. because someone might want to get some pre-made kerchunk references and dump them into icechunk without ever setting up a virtual chunk container.

TomNicholas avatar Apr 24 '25 18:04 TomNicholas

Will now be closed by https://github.com/zarr-developers/VirtualiZarr/pull/774/commits/fe7f817f3cba590a40709f0a07722e01da8cf150 of #774

TomNicholas avatar Aug 13 '25 17:08 TomNicholas