diff --git a/src/main/java/com/olympus/apollo/controllers/KSFileController.java b/src/main/java/com/olympus/apollo/controllers/KSFileController.java index 2c4e587..a4a4c43 100644 --- a/src/main/java/com/olympus/apollo/controllers/KSFileController.java +++ b/src/main/java/com/olympus/apollo/controllers/KSFileController.java @@ -62,7 +62,7 @@ public class KSFileController { ksDocument.setFileName(file.getOriginalFilename()); ksDocument.setName(file.getOriginalFilename()); ksDocument.setDescription(fileUploadDTO.getDescription()); - ksDocument.setIngestionStatus("LOADED"); + ksDocument.setIngestionStatus("INGESTION_QUEUE"); ksDocument.setIngestionDateFormat(new SimpleDateFormat("MM/dd/yy").format(new Date())); Date now = new Date();