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
Add with_read_only() convenience method to store (#3138)
* Add with_read_only() convenience method to store
* Consolidate test
* Add with_read_only to FsspecStore
* Add with_read_only to LocalStore
* Add with_read_only to ObjectStore
* Add changelog
* Include type in NotImplementedError
* Apply suggestions from code review
Co-authored-by: David Stansby <dstansby@gmail.com>
* Lint
* Apply suggestion to shorten try block
---------
Co-authored-by: David Stansby <dstansby@gmail.com>
Adds a `with_read_only` convenience method to the `Store` abstract base class (raises `NotImplementedError`) and implementations to the `MemoryStore`, `ObjectStore`, `LocalStore`, and `FsspecStore` classes.
0 commit comments