Vladislav Wohlrath
Vladislav Wohlrath
### Is your feature request related to a problem? Hi xarray community. When I try to put UPath into xr.open_zarr, it fails. I didn't check with the other open_* methods....
Hi, cubed community. I have been thinking about the option to port my zarr+dask-array+xarray+dask-kubernetes workloads to cubed+ray, and currently I feel like the necessity to persist intermediate results to an...
1. What versions are you using? ```py >>> print(connection.version) 23.10.0.25.10 # Oracle Autonomous in Azure >>> print(oracledb.clientversion()) oracledb.exceptions.ProgrammingError: DPY-2021: init_oracle_client() must be called first >>> print("platform.platform:", platform.platform()) platform.platform: macOS-15.6.1-arm64-arm-64bit >>>...
From the PyPI docs: > The AzureBlobFileSystem accepts [all of the Async BlobServiceClient arguments](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python). But after debugging why my retry configuration is not propagated ```py In [32]: b = fsspec.filesystem('az',...