When you define a relation mapping, entity ingestion will fail when the relation doesn't exist. There is a "createMissingRelatedEntities" flag that when set to true will create dummy entities so ingestion can succeed but you don't always want these dummy entities. There should be a flag like "ignoreMissingRelations" that when set to true would first try to map the relations but would still ingest the entity even if the relation doesn't exist.
Created by Daniel Hatcher
·