The event log on Stitch is showing more and more tables with the message:
"new column add: SDC_DELETED_AT (timestamp_tz)"
As a consequence we now see a number of rows in the affected table with dated entries. They are confirmed as deleted at the original data source (PostgreSQL). The stitch tool uses a replication slot from PostgreSQL and send data (including entries that are marked as deleted) to Snowflake tables.
Since we don't want any deleted entries at the destination, what is needed to stop/remove such entries in the stitch data transfer tool (or other)?