You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some xbeam pipelines that write Zarr2. I'd like to append. It's easy enough to do new_data.to_zarr(path, mode='-a', consolidated=True) to append a small amount of data...but I wonder if there's a way to use xbeam to append a much larger set.
I have some
xbeampipelines that write Zarr2. I'd like to append. It's easy enough to donew_data.to_zarr(path, mode='-a', consolidated=True)to append a small amount of data...but I wonder if there's a way to usexbeamto append a much larger set.