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
document that `credential` needs to be from azure.identity.aio (#463)
* document that `credential` needs to be from azure.identity.aio
if it's a sync credential, then the weakref.finalize call will
cause an error, close() -> None cannot be awaited.
* Update adlfs/spec.py
* Update adlfs/spec.py
---------
Co-authored-by: Tom Augspurger <[email protected]>
support `max_concurrency` in `upload_blob` and `download_blob` operat…
…ions (#420)
* spec: expose max_concurrency param in blob_upload/blob_download
* prefer batch_size in batched async methods