Fix #7619: Follow-up fix to ingestion to index parents (#7645)

This commit is contained in:
Sriharsha Chintalapani 2022-09-21 21:02:36 -07:00 committed by GitHub
parent 6563940b6f
commit f6af18986b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,7 @@ class TeamESDocument(BaseModel):
suggest: List[dict]
users: EntityReferenceList
defaultRoles: EntityReferenceList
parents: EntityReferenceList
isJoinable: bool
deleted: bool
doc_as_upsert: bool = True