VirtualiZarr
VirtualiZarr copied to clipboard
Publicly expose icechunk's `validate_containers` kwarg
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.
Will now be closed by https://github.com/zarr-developers/VirtualiZarr/pull/774/commits/fe7f817f3cba590a40709f0a07722e01da8cf150 of #774