xarray-beam
xarray-beam copied to clipboard
Race condition in ChunksToZarr when template is not supplied explicitly as an xarray.Dataset
Due to https://github.com/zarr-developers/zarr-python/issues/1435, ChunkToZarr can result in invalid Zarr files if the template is written simultaneously from different workers.
https://github.com/google/xarray-beam/pull/112 partially resolves this issue, by deprecating using ChunksToZarr without a template.