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
sdk.
Just experienced this error when using both, the field.set and json.decode processors:
field.set
json.decode
2025-02-28T18:27:57+00:00 ERR failed opening processor error="failed configuring processor: failed to parse configuration: config invalid: \"sdk.schema.decode.key.enabled\": unrecognized parameter\n\"sdk.schema.decode.payload.enabled\": unrecognized parameter\n\"sdk.schema.encode.key.enabled\": unrecognized parameter\n\"sdk.schema.encode.payload.enabled\": unrecognized parameter" component=ProcessorNode node_id=kafka-to-snowflake:parsing pipeline_id=kafka-to-snowflake stack=[{"file":"/Users/raulbarroso/go/pkg/mod/github.com/conduitio/[email protected]/pkg/processor/runnable_processor.go","func":"github.com/conduitio/conduit/pkg/processor.(*RunnableProcessor).Open","line":49},{"file":"/Users/raulbarroso/go/pkg/mod/github.com/conduitio/[email protected]/pkg/plugin/processor/builtin/impl/json/decode.go","func":"github.com/conduitio/conduit/pkg/plugin/processor/builtin/impl/json.(*decodeProcessor).Configure","line":68}]
generator
snowflake
sdk...
v.0.13.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Just experienced this error when using both, the
field.set
andjson.decode
processors:Steps to reproduce
field.set
andjson.decode
processors)generator
tosnowflake
sdk...
configuration fields.Version
v.0.13.1
The text was updated successfully, but these errors were encountered: