You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
I know this is an issue due to DynamoDb but it would be really convenient if the connect had an option to simply remove attributes that are blank strings. Currently we are handling this issue (kind of poorly) upstream in the kafka stream stage.
I feel like this is kind of an odd quirk of DynamoDb that I don't really see in many other data stores and would be nice if the connect shielded this annoying detail from the rest of the systems.
The text was updated successfully, but these errors were encountered:
Interesting, I think this could also potentially be handled with a single-message-transform (KIP-66).
But happy to implement in this connector since it seems like DynamoDb specifically does not allow empty string values. Feel free to submit a PR even if it's just basic filtering of such attribute values, or I can get to it.
I know this is an issue due to DynamoDb but it would be really convenient if the connect had an option to simply remove attributes that are blank strings. Currently we are handling this issue (kind of poorly) upstream in the kafka stream stage.
I feel like this is kind of an odd quirk of DynamoDb that I don't really see in many other data stores and would be nice if the connect shielded this annoying detail from the rest of the systems.
The text was updated successfully, but these errors were encountered: