Display appropriate error message when file cannot be opened in duckdb-based data explorer #5133
Labels
area: data explorer
Issues related to Data Explorer category.
enhancement
New feature or request
sharp-edge
Milestone
Unlike in-memory data frames in Python or R, it may not be possible to open a corrupted .parquet or .csv file (or other supported file type) in DuckDB. In these cases, we can open a data explorer but display the error message generated by DuckDB, with a prompt to close the window like when the data explorer becomes disconnected for various reasons.
Presently it is not straightforward to route the error information into the "disconnected state" overlay for the data explorer, so will need some help determining the right approach.
If we don't address this, then when the user tries to open a corrupt file, a blank data explorer shows up which makes the application look broken.
The text was updated successfully, but these errors were encountered: