BioKIC / NEON-Biorepository

Development base for the NEON Biorepository Data Portal host by BioKIC - Arizona State University (https://biorepo.neonscience.org)
GNU General Public License v2.0
2 stars 1 forks source link

Harvesting errorMessage not always being updated in database #481

Closed kyule closed 6 months ago

kyule commented 6 months ago

I attempted reharvesting some samples with errorMessage = 'NEON API failed to return sample data' Some samples had errors regarding mismatched identifiers

image

However these errors are not being propagated to the database records in the NeonSample table

image

I believe that the reverse is happening however where 'NEON API failed to return sample data' is capable of overwriting the "DATA ISSUE" type errors

kyule commented 6 months ago

Fixed by #483