Patrick Bell
05/20/2025, 1:35 PMtap-mssql with 'replication-method' set to 'LOG_BASED' using CDC, and I have target-snowflake with the 'load_method' set to 'upsert'. Until now I thought that this would mean that data deleted from the source database would also be deleted in the replicated target database, but I just discovered that this only marks the _SDC_OPERATION_TYPE column as 'D' for deleted I presume (and it adds a _SDC_DELETED_AT value). Is it possible to have a configuration where it will actually delete the rows in the target database instead of just mark them as deleted?Patrick Bell
05/20/2025, 6:10 PMPatrick Bell
05/20/2025, 9:19 PMDELETE FROM "MELTANO_ETL_DEV"."MY_SCHEMA"."MY_TABLE" WHERE _sdc_table_version < 1747775431902Chad
05/25/2025, 10:59 PM