Harpreet Sangar
07/23/2024, 4:36 AMDoes a failed document import stop the rest of documents from importing? Or does it continue importing the remaining ones?It continues to import the remaining docs.
Is there any way to check if a document in the collection being
referenced exists before doing the import? As to avoid trying to create
documents in theWe are working oncollection to documents that don't exist. Is there a better way to handle the errors when importing in production?membership
async_reference
feature that will help in this scenario. When async_reference: true
would be specified in the field definition, there won't be any strict checking of references and import won't fail.