Skip to content

Commit 15c1f83

Browse files
fix(specs): remove from ingestion specs [skip-bc] (generated)
algolia/api-clients-automation#3981 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 397f822 commit 15c1f83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

algoliasearch/ingestion/models/event.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
_ALIASES = {
2525
"event_id": "eventID",
2626
"run_id": "runID",
27-
"parent_id": "parentID",
2827
"status": "status",
2928
"type": "type",
3029
"batch_size": "batchSize",
@@ -46,8 +45,6 @@ class Event(BaseModel):
4645
""" Universally unique identifier (UUID) of an event. """
4746
run_id: str
4847
""" Universally unique identifier (UUID) of a task run. """
49-
parent_id: Optional[str] = None
50-
""" The parent event, the cause of this event. """
5148
status: EventStatus
5249
type: EventType
5350
batch_size: int

0 commit comments

Comments
 (0)