Uh oh!
There was an error while loading. Please reload this page.
Standardize on obstore's NotFoundError - #199
Conversation
ion-elgreco
commented
Feb 3, 2025
Also fine with keeping the Py FileNotFoundError, I think in delta-rs we also raise that one instead of a custom exception |
kylebarron
commented
Feb 3, 2025
I'm debating this too... I'm leaning towards using the |
ion-elgreco
commented
Feb 3, 2025
That might be better if you want to handle exceptions across obstore with the base exception. |
kylebarron
commented
Feb 3, 2025
@martindurant How can we tell fsspec a list of allowed exceptions? Switching from |
martindurant
commented
Feb 3, 2025
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