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

Add support for mapping nested fields from the record value #45

Open
nicoloboschi opened this issue Oct 19, 2022 · 0 comments
Open

Add support for mapping nested fields from the record value #45

nicoloboschi opened this issue Oct 19, 2022 · 0 comments

Comments

@nicoloboschi
Copy link
Contributor

In some CDC use-cases (debezium this time) the incoming record (avro or json) is structured in this way:

value={after={myvalue=1, key=c4ca4238a0-1}, ...}

Currently it's not possible to do a mapping in this way

mapping: .., value=value.after.myvalue

The sink throws an error (I don't have the stacktrace anymore actually) saying the field value.after.myvalue doesn't exist

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