NCEAS / datateam-training

Training and reference materials for ADC and SASAP data team members
https://nceas.github.io/datateam-training/training/
Apache License 2.0
7 stars 22 forks source link

Add recover_failed_submission to reference guide #111

Closed dmullen17 closed 4 years ago

dmullen17 commented 5 years ago

We should add a short section here about using the recover_failed_submission function. It should include details about what happens when a submission fails - metacatUI catches a submission error and uploads the EML text as a data object instead. Next, we can use the recover_failed_submission function to try to remove the error text and get a valid EML document - note that this may not always work based on the error. Finally we want to upload the recovered document as a metadata document and set the rights and access to the correct submitter.

rachelsun97 commented 5 years ago

@dmullen17 I can work on this!