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
The transformer client is not able to decode server response containing multiple schema versions.
{ "schema": "iglu:com.snowplowanalytics.snowplow.badrows/loader_iglu_error/jsonschema/2-0-0", "data": { "processor": { "artifact": "snowplow-transformer-kinesis", "version": "5.4.0" }, "failure": [ { "schemaCriterion": "iglu:com.custom/user_context/jsonschema/1-*-*", "error": { "error": "ResolutionError", "lookupHistory": [ { "repository": "Iglu Client Embedded", "errors": [ { "error": "NotFound" } ], "attempts": 1, "lastAttempt": "2024-01-05T14:53:40.205Z" }, { "repository": "Custom", "errors": [ { "error": "ClientFailure", "message": "Could not decode server response. org.http4s.InvalidMessageBodyFailure: Invalid message body: Could not decode JSON: [\n \"iglu:com.custom/user_context/jsonschema/1-1-0\",\n \"iglu:com.custom/user_context/jsonschema/1-0-0\"\n]" } ], "attempts": 8, "lastAttempt": "2024-01-05T14:55:44.693Z" } ] } } ], "payload": {...}
Deployed stack:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The transformer client is not able to decode server response containing multiple schema versions.
Deployed stack:
The text was updated successfully, but these errors were encountered: