We are using DMS to migrate data from MySQL to Redshift (as an ongoing migration).
We have a few large tables in MySQL - too large to add any new columns to. However, we don't have any reliable columns in the existing table to know when a record is updated or new.
Is there a transformation in DMS that lets you a new column that contains an update timestamp, or even a fixed value that always set when the record is updated?