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 668d1be commit 1fa7d84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/scala/algoliasearch/ingestion/Event.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import algoliasearch.ingestion.EventType._
* Universally unique identifier (UUID) of an event.
* @param runID
* Universally unique identifier (UUID) of a task run.
* @param parentID
* The parent event, the cause of this event.
* @param batchSize
* The extracted record batch size.
* @param publishedAt
Expand All @@ -39,7 +37,6 @@ import algoliasearch.ingestion.EventType._
case class Event(
eventID: String,
runID: String,
parentID: Option[String] = scala.None,
status: EventStatus,
`type`: EventType,
batchSize: Int,
Expand Down

0 comments on commit 1fa7d84

Please sign in to comment.