Skip to content

Commit 1fa7d84

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 668d1be commit 1fa7d84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/scala/algoliasearch/ingestion/Event.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ import algoliasearch.ingestion.EventType._
2929
* Universally unique identifier (UUID) of an event.
3030
* @param runID
3131
* Universally unique identifier (UUID) of a task run.
32-
* @param parentID
33-
* The parent event, the cause of this event.
3432
* @param batchSize
3533
* The extracted record batch size.
3634
* @param publishedAt
@@ -39,7 +37,6 @@ import algoliasearch.ingestion.EventType._
3937
case class Event(
4038
eventID: String,
4139
runID: String,
42-
parentID: Option[String] = scala.None,
4340
status: EventStatus,
4441
`type`: EventType,
4542
batchSize: Int,

0 commit comments

Comments
 (0)