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 sink is not deleting the previous key when receiving an update although I have those two options enabled:
"iceberg.tables.cdc-field": "__op", "iceberg.tables.upsert-mode-enabled": "true",
I specified the key and partition like this:
... "iceberg.tables.default-id-columns": "id", "iceberg.tables.default-partition-by": "day(created_at)",
Looks like the sink connector won't delete records created by a debezium snapshot (__op = 'r').
The text was updated successfully, but these errors were encountered:
@bryanck Any idea?
Sorry, something went wrong.
No branches or pull requests
The sink is not deleting the previous key when receiving an update although I have those two options enabled:
I specified the key and partition like this:
Looks like the sink connector won't delete records created by a debezium snapshot (__op = 'r').
The text was updated successfully, but these errors were encountered: