When using CDC with incremental + dedupe. is the final table affected if you infrequently delete the SCD table?
AFAIK i don’t believe the final table should be incorrect. it contains only active rows, the SCD table contains a history including the which row is active. the binlog position is still maintained internally.