Object/Trait

com.snowplowanalytics.snowplow.badrows

BadRow

Related Docs: trait BadRow | package badrows

Permalink

object BadRow

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BadRow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AdapterFailures(processor: Processor, failure: Failure.AdapterFailures, payload: CollectorPayload) extends BadRow with Product with Serializable

    Permalink

    Created by Scala Common Enrich adapter, when it tries to convert a CollectorPayload into RawEvents, This happens usually when the fields sent by a webhook (e.g.

    Created by Scala Common Enrich adapter, when it tries to convert a CollectorPayload into RawEvents, This happens usually when the fields sent by a webhook (e.g. MailChimp) don't match the fields that we expect for this webhook.

  2. final case class CPFormatViolation(processor: Processor, failure: Failure.CPFormatViolation, payload: RawPayload) extends BadRow with Product with Serializable

    Permalink

    Created by Scala Common Enrich, when it tries to create a CollectorPayload from the raw input event (e.g.

    Created by Scala Common Enrich, when it tries to create a CollectorPayload from the raw input event (e.g. serialized with Thrift), in the loading step. For instance this can happen in case of malformed HTTP, truncation, invalid query string encoding in URL etc. One CollectorPayload can contain several events.

  3. final case class EnrichmentFailures(processor: Processor, failure: Failure.EnrichmentFailures, payload: EnrichmentPayload) extends BadRow with Product with Serializable

    Permalink

    Created in Scala Common Enrich when an enrichment fails.

    Created in Scala Common Enrich when an enrichment fails. For instance this can happen if the call to OpenWeather fails.

  4. final case class LoaderIgluError(processor: Processor, failure: LoaderIgluErrors, payload: LoaderPayload) extends BadRow with Product with Serializable

    Permalink

    Error happened in a loader and caused by Iglu subsystem (usually some schema is not available)

  5. final case class LoaderParsingError(processor: Processor, failure: ParsingError, payload: RawPayload) extends BadRow with Product with Serializable

    Permalink

    Created in any Loader (via Analytics SDK), if parsing of a canonical TSV event format has failed, e.g.

    Created in any Loader (via Analytics SDK), if parsing of a canonical TSV event format has failed, e.g. if line has not enough columns (not 131) or event_id is not UUID

  6. final case class LoaderRecoveryError(processor: Processor, failure: LoaderRecoveryFailure, payload: RawPayload) extends BadRow with Product with Serializable

    Permalink

    Recovery software couldn't re-insert the row into DB due a runtime failure or invalid data in a source This is not a payload for generic "recovery job", but for loader-specific, such as BigQuery Repeater

  7. final case class LoaderRuntimeError(processor: Processor, failure: String, payload: LoaderPayload) extends BadRow with Product with Serializable

    Permalink

    Any unhandled IO error, such as one happened in DynamoDB during cross-batch deduplication

  8. final case class SchemaViolations(processor: Processor, failure: Failure.SchemaViolations, payload: EnrichmentPayload) extends BadRow with Product with Serializable

    Permalink

    Created in the shredding step of Scala Common Enrich, after the enrichments, when one of the contexts of the input event could not be validated against its schema, or when an unstructured event could not be validated against its schema.

  9. final case class SizeViolation(processor: Processor, failure: Failure.SizeViolation, payload: RawPayload) extends BadRow with Product with Serializable

    Permalink

    Created by the collector or by the enrich job when the size of the message to send to the queue is bigger that the max authorized size.

    Created by the collector or by the enrich job when the size of the message to send to the queue is bigger that the max authorized size. This limit is usually determined by the message queue (e.g. 10MB for a message for PubSub).

  10. final case class TrackerProtocolViolations(processor: Processor, failure: Failure.TrackerProtocolViolations, payload: CollectorPayload) extends BadRow with Product with Serializable

    Permalink

    Exactly like AdapterFailures but for Snowplow events only (with Tracker Protocol v2).

    Exactly like AdapterFailures but for Snowplow events only (with Tracker Protocol v2). For instance this can happen when the HTTP body of a Snowplow event is empty.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AdapterFailures extends Serializable

    Permalink
  5. object CPFormatViolation extends Serializable

    Permalink
  6. object EnrichmentFailures extends Serializable

    Permalink
  7. object LoaderIgluError extends Serializable

    Permalink
  8. object LoaderParsingError extends Serializable

    Permalink
  9. object LoaderRecoveryError extends Serializable

    Permalink
  10. object LoaderRuntimeError extends Serializable

    Permalink
  11. object SchemaViolations extends Serializable

    Permalink
  12. object SizeViolation extends Serializable

    Permalink
  13. object TrackerProtocolViolations extends Serializable

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. implicit val badRowDecoder: Decoder[BadRow]

    Permalink
  16. implicit val badRowEncoder: Encoder[BadRow]

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped