sameersingh/obi-download

Better backup for metadata failure

Opened this issue · 0 comments

Currently, if the parsing of metadata fails, the code either fails with an exception, or just prints out the filename that it failed on.

Instead, we need to always skip if there's any failure, but more importantly, try to generate some metadata even if there's a failure, like just dump the table or something...