Vladislav P
unread,Nov 27, 2025, 7:58:32 AM (6 days ago) Nov 27Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debezium
Hi
Tell me about the transformations in the connectors.
We have a source connector that reads a table from ORACLE and 'message.key.columns'= "SCHEMA.TABLE:ID,LASTDATE".
The LASTDATE column is used in Postgre for partitioning by time. There are situations when the LASTDATE returns a null value. Now we are putting such records in the default table. But deleting by key (ID,LASTDATE) does not work for records with "LASTDATE=null", everything works for all other records.
The question is: can we change the value in the source connector, if it was null, to 0 or immediately to the current date.
Any transformer to use?