Skip to content

Bad rows schemas are out of date #1244

@frbender

Description

@frbender

Some schemas in com.snowplowanalytics.snowplow.badrows are out of date.

For example enrichment_failures says that there should be a "loaderName" when the real property is "loadername":

...
// expected
            "loaderName": {
              "type": "string",
              "maxLength": 32
            },
...
...
// actual
      "contenttype": "application/json",
      "loadername": "ssc-2.7.1-kinesis",
      "encoding": "UTF-8",
...

Similarly, "ipaddress", "refereruri", "schemacriterion", "schemakey" ... are also in the wrong casing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions