Give a more informative error when using redshift
Open
documentation
user experience
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
When an error occurs on redshift, it often looks like this
```
InternalError: (psycopg2.InternalError) Load into table 'tmp0' failed. Check 'stl_load_errors' system table for details.
```
This is wholly uninformative. Often times the error is something like an incorrect delimiter or failure to specify that a file was compressed. It'd be nice if we could query this table and report a more informative message to the user.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.