Skip to content

Commit

Permalink
fix(specs): remove from ingestion specs [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3981

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Oct 17, 2024
1 parent 397f822 commit 15c1f83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions algoliasearch/ingestion/models/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
_ALIASES = {
"event_id": "eventID",
"run_id": "runID",
"parent_id": "parentID",
"status": "status",
"type": "type",
"batch_size": "batchSize",
Expand All @@ -46,8 +45,6 @@ class Event(BaseModel):
""" Universally unique identifier (UUID) of an event. """
run_id: str
""" Universally unique identifier (UUID) of a task run. """
parent_id: Optional[str] = None
""" The parent event, the cause of this event. """
status: EventStatus
type: EventType
batch_size: int
Expand Down

0 comments on commit 15c1f83

Please sign in to comment.