|
|
|
|
|
by mattbessey
1973 days ago
|
|
I had a read through your docs but was unable to find any info on how you handle the sync of hard deletions from sources. We use Stitch at the moment and have found this to be a surprisingly hard problem to solve without binary log replication, and without full refreshes. For the moment we've ruled out binlogs as we use Aurora MySQL which requires you to binlog from the master, and tying my data warehouse replication to the master node concerns me. In incremental mode, for common DBs e.g. MySQL / Postgres, will Airbyte pick up hard deletions ever? |
|
You’re raising a good point with MySQL, we will need to take this limitation into account. Hopefully there is a workaround.