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
Allow Stores to opt out of consolidated metadata. (#3119)
* Allow Stores to opt out of consolidated metadata.
Some Stores don't benefit from Zarr's consolidated metadata mechanism.
These Stores usually implement their own consolidation mechanism, or
provide good performance for metadata retrieval out of the box.
These Stores can now implement the `supports_consolidated_metadata`
property returning `False`. In this situation, Zarr will silently ignore
any requests to consolidate the metadata.
* typo
* PR Feedback
* Add warning when consolidation is used with Stores that don't support it
* AsyncGroup.open with use_consolidated=None lets the Store select behavior
* Typo
* TypeError if consolidate_metadata called on non-consolidating stores
* Update docstrings
Co-authored-by: David Stansby <[email protected]>
* More docstring improvements
* Fix docstrings
Co-authored-by: David Stansby <[email protected]>
---------
Co-authored-by: David Stansby <[email protected]>
0 commit comments