Sage-Bionetworks / dccmonitor

Allows for monitoring of data uploaded via the dccvalidator application. Functions for getting information on the uploaded files, metadata validation status, and more.
https://sage-bionetworks.github.io/dccmonitor
Other
2 stars 4 forks source link

Add error catching for file table #83

Open Aryllen opened 4 years ago

Aryllen commented 4 years ago

@kelshmo found that if the file view schema includes a column type with too few characters for what's needed, the Python client returns a warning with a 400 error.

Need to add a safety check that stops the app from continuing if the TableQuery failed on the file view, perhaps with a modal that pops up with the error so it can be found and fixed.