We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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":
Similarly, "ipaddress", "refereruri", "schemacriterion", "schemakey" ... are also in the wrong casing.
The text was updated successfully, but these errors were encountered: