1
votes

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?

2
This is possible if S3 is being used as a target. - Jaya Kommuru

2 Answers

0
votes

Unfortunately, there is no way to achieve that using DMS. The transformations in the DMS are pretty basic. I would encorage you to look at AWS Data pipeline if you haven't tried yet.

Hope that helps! Good luck!!