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 502972d commit d34727dCopy full SHA for d34727d
src/main/scala/algoliasearch/ingestion/Event.scala
@@ -36,7 +36,7 @@ import algoliasearch.ingestion.EventType._
36
case class Event(
37
eventID: String,
38
runID: String,
39
- status: EventStatus,
+ status: Option[EventStatus] = scala.None,
40
`type`: EventType,
41
batchSize: Int,
42
data: Option[Map[String, Any]] = scala.None,
src/main/scala/algoliasearch/ingestion/SourceDocker.scala
@@ -22,7 +22,7 @@ package algoliasearch.ingestion
22
/** SourceDocker
23
*
24
* @param image
25
- * Shortname of the image, as returned by the referential.
+ * Name of the connector.
26
* @param configuration
27
* Configuration of the spec.
28
*/
0 commit comments