Thomas Kastl

Results 32 comments of Thomas Kastl

Just want to chime in that I am also missing an example of how to use this in the readme. The only example there is about how to use it...

To add on my last comment: My current manual way to interact with Azure File System looks like this - I am using the `azure-identity` package. ```python from azure.identity import...

Just want to chime in that I would appreciate open-sourcing the code as well. Right now, most people in our company cannot use the explorer since you need admin rights...

@craxal thanks for the update on that issue, I knew about #1108 but forgot to follow it.

Just to chime in, we are encountering the same problem, with Azure Databricks (which is just a fancy version of notebooks). Can't cancel, but also, the cell runs through but...

On closer inspection, this part of the code seems to be responsible: https://github.com/fsspec/s3fs/blob/10c67473a809ad254647e4ba4d9fe30b4f67ca89/s3fs/core.py#L1024-L1028 It is looking for a generic exception - meaning that the _expected_ exception (This file does not...

@martindurant Reason for deleting my previous comments was that they were incorrect and I didn't want to confuse future readers, sorry if this lead to confusion. Upon further investigation, I...

So the question is, what behavior do users expect? The most precise answer in this case would be _"You are not able to see this bucket, but it might exists...

@serena-ruan of course. I tried again with v2.12.1, I have updated stack trace and version info accordingly. For me to better understand: What would be the correct method to prevent...