Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad rows schemas are out of date #1244

Open
frbender opened this issue Nov 21, 2022 · 0 comments
Open

Bad rows schemas are out of date #1244

frbender opened this issue Nov 21, 2022 · 0 comments

Comments

@frbender
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant