-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Usually data inconsistencies happen when:
- User changed core managed schema after imported documents
- Target core has a schema with a subset of fields of source core schema
Data inconsistencies to handle:
- Missing required fields in documents
- Wrong value type for a field like string/int/float, string/datetime, etc...
Todo:
- Detect data inconsistency while posting the Json batch of documents into the core update handler
- Write inconsistent documents from the batch to a separated file
- Check if remaining documents in the json batch are correctly stored into the core
- Try to skip as many cases as possible
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request