adlfs
adlfs copied to clipboard
fsspec-compatible Azure Datake and Azure Blob Storage access
3.8.10 | packaged by conda-forge | (default, May 11 2021, 07:01:05) \n[GCC 9.3.0] Name: fsspec Version: 2021.6.1 The `rm` function will accept a list of file paths, therefore it should...
3.8.10 | packaged by conda-forge | (default, May 11 2021, 07:01:05) \n[GCC 9.3.0] Name: fsspec Version: 2021.6.1 1. Open Azure Synapse, 2. Create python notebook 3. Execute the following code...
First run this took 40 seconds + ```{python} #slow with abfs.open('example-container/test.parquet') as f: schema = pq.read_schema(f) ``` This which I'm pretty sure downloads the entire blob takes under half a...
When running `pytest` with `azure-storage-blob==12.14.0`, we see the following error: ``` self = async def _initial_request(self): range_header, range_validation = validate_and_format_range_headers( self._initial_range[0], self._initial_range[1], start_range_required=False, end_range_required=False, check_content_md5=self._validate_content) try: location_mode, response = await...
Reverts fsspec/adlfs#341
Hi there what do you think of making DefaultAzureCredential as the default credential method instead of anonymouns access because I think that is the most common use case.
Making the `anon` default value configurable from an env var makes integration easier with helm charts that provide features like RBAC in Azure accounts. In a multi-cloud application I am...
Currently, adlfs is using BlobServiceClient for both ADLS Gen 2 and Blob storage. Blob client is using blob apis underneath but if we want to use data lake apis currently...
if it's a sync credential, then the weakref.finalize callback will cause an error, `close() -> None` cannot be awaited.
There seems to be an issue when 2 instances of this file system write to the same blob from 2 different processes in parallel, where one of the uploads fails...