This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
Error should be clearer when .schema.json header cannot be found #3
Labels
bug
Something isn't working
Subject of the issue
When attempting to archive a file that does not contain a header expected by
.schema.json
, an IndexError is raised with a message saying that said header could not be found. However, it's not immediately clear that the column named in the IndexError is required because of its inclusion in the.schema.json
file.Example error:
Your environment
Steps to reproduce
Attempt to archive a file or files that do not contain one or more columns required by the
.schema.json
in the destination.Expected behaviour
Error message should mention why the column is required.
Actual behaviour
Error just says that the column could not be found.
The text was updated successfully, but these errors were encountered: