Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out distributed writes in zarr docs #9132

Merged
merged 4 commits into from
Jun 19, 2024
Merged

Conversation

max-sixty
Copy link
Collaborator

@max-sixty max-sixty commented Jun 17, 2024

This section was under 'Modifying existing Zarr stores', which I understand from a dev perspective but isn't what folks will be scanning for

Edit: I also reordered the sections, any thoughts?

This was under 'Modifying existing Zarr stores', which I understand from a dev perspective but isn't what folks will be scanning for
@max-sixty max-sixty added the plan to merge Final call for comments label Jun 17, 2024
@@ -741,6 +741,64 @@ instance and pass this, as follows:
.. _Google Cloud Storage: https://cloud.google.com/storage/
.. _gcsfs: https://github.com/fsspec/gcsfs

.. _io.zarr.distributed_writes:

Distributed writes
Copy link
Contributor

@dcherian dcherian Jun 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this title; I think this section should mention that to_zarr with a dask-backed dataset will do a parallel and/or distributed write depending on how your dask cluster is set up.

region is a more advanced use-case, we want to describe the simpler case first.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes great idea

@max-sixty max-sixty merged commit 3fd162e into pydata:main Jun 19, 2024
26 of 28 checks passed
@max-sixty max-sixty deleted the zarr-docs branch June 19, 2024 04:02
dcherian added a commit to hmaarrfk/xarray that referenced this pull request Jun 21, 2024
* main:
  Split out distributed writes in zarr docs (pydata#9132)
dcherian added a commit to dcherian/xarray that referenced this pull request Jun 21, 2024
* main:
  Split out distributed writes in zarr docs (pydata#9132)
  Update zendoo badge link (pydata#9133)
  Support duplicate dimensions in `.chunk` (pydata#9099)
  Bump the actions group with 2 updates (pydata#9130)
  adjust repr tests to account for different platforms (pydata#9127) (pydata#9128)
dcherian added a commit that referenced this pull request Jul 24, 2024
* main: (48 commits)
  Add test for #9155 (#9161)
  Remove mypy exclusions for a couple more libraries (#9160)
  Include numbagg in type checks (#9159)
  Improve zarr chunks docs (#9140)
  groupby: remove some internal use of IndexVariable (#9123)
  Improve `to_zarr` docs (#9139)
  Split out distributed writes in zarr docs (#9132)
  Update zendoo badge link (#9133)
  Support duplicate dimensions in `.chunk` (#9099)
  Bump the actions group with 2 updates (#9130)
  adjust repr tests to account for different platforms (#9127) (#9128)
  Grouper refactor (#9122)
  Update docstring in api.py for open_mfdataset(), clarifying "chunks" argument (#9121)
  Add test for rechunking to a size string (#9117)
  Move Sphinx directives out of `See also` (#8466)
  new whats-new section (#9115)
  release v2024.06.0 (#9113)
  release notes for 2024.06.0 (#9092)
  [skip-ci] Try fixing hypothesis CI trigger (#9112)
  Undo custom padding-top. (#9107)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan to merge Final call for comments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants