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
* Remove breaking check about `auto_mkdir` for FSSpecStore (#3193)
* Remove breaking check from _make_async
* Update expected error
* Change import structure to protect against AttributeError
* changelog
* add test to ensure that we can create a read-only copy of the store with auto_mkdir=False
* only test if the async wrapper is available
---------
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
(cherry picked from commit 5a24487)
* Add missing import for AsyncFileSystemWrapper for `_make_async` in `_fsspec.py` (#3195)
* Add missing import for AsyncFileSystemWrapper in `_fsspec.py`
* Add missing changelog entry for AsyncFileSystemWrapper import fix
* Move AsyncFileSystemWrapper import past the version check in `_fsspec.py`
* Add newline after AsyncFileSystemWrapper import in `_fsspec.py`
* Simplify import statement for AsyncFileSystemWrapper in `_fsspec.py`
---------
Co-authored-by: Altay Sansal <altay.sansal@tgs.com>
(cherry picked from commit 97aa42f)
---------
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
Co-authored-by: Altay Sansal <tasansal@users.noreply.github.com>
Co-authored-by: Altay Sansal <altay.sansal@tgs.com>
0 commit comments