Reputation: 39
Can we read a each record in file at source and execute individual mysql crud (ex: update / delete) queries for each record at sink?
Thanks & Regards, Ajay Babu Maguluri.
Upvotes: 0
Views: 55
Reputation: 41
You can definitely do it at the source, but there is no way currently to customize the query at the sink. I would recommend doing it with triggers on mysql side
Upvotes: 0