-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: AI Nuxeo Services
-
Release Notes Summary:Add an Operation to upload only the dataset following an unsuccessful dataset export.
-
Tags:
-
Sprint:nxAI Sprint 11.1.1
-
Story Points:2
When exporting a large dataset, if the final upload to the cloud fails (i.e. bad config) then its not possible to retry.
The dataset export bulk action can be quite resource intensive. It uses Nuxeo streams to produce 2 datasets which are saved to a local AI_Corpus document. We have all the information in the document to retry the upload.
We need to create a DataSetUploadOperation that takes a Corpus document id and uploads the datasets to the cloud.