Raise retryable Python errors during daft.read_parquet
#2136
Labels
p0
Priority 0 - to be addressed immediately
daft.read_parquet
#2136
Is your feature request related to a problem? Please describe.
Currently when errors happen during
daft.read_parquet
execution, they get propagated as genericValueError
orFileNotFoundError
. This makes it difficult for applications to decide intelligently whether these errors may be transient (and hence should be retried on the application level).Daft should expose a
RetryableError
type, and raise that appropriately for any network-based errors that the user should retry.The text was updated successfully, but these errors were encountered: