Conversation
|
Also fine with keeping the Py FileNotFoundError, I think in delta-rs we also raise that one instead of a custom exception |
I'm debating this too... I'm leaning towards using the |
That might be better if you want to handle exceptions across obstore with the base exception. |
|
@martindurant How can we tell fsspec a list of allowed exceptions? Switching from |
|
Simplest would be to subclass |
|
I think one possible solution here (without having to subclass fsspec) is to make |
Pull request was closed
Closes #197