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
Project: Stream Enrich
Version: 3.8.2
Expected behavior:
Enricher should mark the event as invalid and not log anything.
Actual behavior:
Enricher marks the event as invalid, but also logs the error to the console:
[ERROR] com.networknt.schema.DateTimeValidator - Invalid date-time: Invalid timezone offset: 123
Steps to reproduce:
date-time
com.snowplowanalytics.snowplow
consent_granted
{"expiry": "2022-02-03T11:47:43.123"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Project: Stream Enrich
Version: 3.8.2
Expected behavior:
Enricher should mark the event as invalid and not log anything.
Actual behavior:
Enricher marks the event as invalid, but also logs the error to the console:
Steps to reproduce:
date-time
field. For example thecom.snowplowanalytics.snowplow
/consent_granted
event.{"expiry": "2022-02-03T11:47:43.123"}
(value taken directly from this issue).The text was updated successfully, but these errors were encountered: