We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397f822 commit 15c1f83Copy full SHA for 15c1f83
algoliasearch/ingestion/models/event.py
@@ -24,7 +24,6 @@
24
_ALIASES = {
25
"event_id": "eventID",
26
"run_id": "runID",
27
- "parent_id": "parentID",
28
"status": "status",
29
"type": "type",
30
"batch_size": "batchSize",
@@ -46,8 +45,6 @@ class Event(BaseModel):
46
45
""" Universally unique identifier (UUID) of an event. """
47
run_id: str
48
""" Universally unique identifier (UUID) of a task run. """
49
- parent_id: Optional[str] = None
50
- """ The parent event, the cause of this event. """
51
status: EventStatus
52
type: EventType
53
batch_size: int
0 commit comments