Hi, I have question. If rows in my source system g...
# troubleshooting
w
Hi, I have question. If rows in my source system gets deleted and I want them also to vanish in my target system, so that I have a 1:1 replication of my source system. Should I just use FULL_TABLE replication in combination with hard_delete? Or is there a more efficient way?
v
Should I just use FULL_TABLE replication in combination with hard_delete
Is what I do
Or is there a more efficient way?
I wouldn't say more efficient but another way is to use activate version. see https://github.com/meltano/sdk/issues/18
t
LOG_BASED replication is good for this
Whether or not that's available depends on your source DB tho
w
Unfortunately it is not available because the source DB is a PostgreSQL replica.