among other queries, a delete query is also run, w...
# troubleshooting
s
among other queries, a delete query is also run, why ? and how can I change it,
c
You're using
LOG_BASED
replication method and here in tap It's looking for delete events as well. Can you try
INCREMENTAL
instead?
s
How to disable delete events while using Log based replication, any idea ?
Also, this was initial sync which is done by running query therefore no point of delete event here
c
There is no option in tap so you can fork it and make the changes