Update document ingestion status

This commit is contained in:
2025-05-13 13:47:42 +02:00
parent 0457cc2cb0
commit a19aa55ff1

View File

@@ -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();