My source DB is AWS RDS and my target table is AWS Redshift. The data is loaded successfully but after that changes are not pushed to the target DB and there are no exceptions.
Configuration: Migration type: Full Load, Ongoing Replication Source DB: AWS RDS MariaDB Target DB: AWS Redshit
Issue: After first upload there are no inserts, updates, deletes to the target DB.
Update: I restarted the DMS task, it duplicated the database records on target DB but now it is updating the target DB. I drop and reloaded one table and it duplicated the record.