Do you have any suggestions on how to do a replication key that requires multiple fields?
adam_roderick
06/14/2023, 1:33 AM
My starring idea might require overriding the state persistence. Is that even possible?
v
visch
06/14/2023, 1:53 AM
If you control the tap itself I'd make a surrogate replication key, you could probably use mappers and override the key as well, but I haven't tried that before
a
adam_roderick
06/14/2023, 2:10 AM
Hey Derek, thanks for the idea. We do control the tap. Would I have to store my own state, or could I somehow leverage the bookmarking built into the SDK?
v
visch
06/14/2023, 1:04 PM
I think if you just make the new key, and reference that as your replication key you should be good to go! (ie the bookmarking will take care of it for you in the sdk)