I have been trying to migrate the data from my source endpoint which is an Amazon RDS DB instance to my target endpoint which is Amazon Redshift.
I am step-by-step following everything mentioned in the docs and my table is getting migrated successfully but unfortunately the data present in the table is not being reflected in the Amazon Redshift instance.
The table migration is successful, but when I click on the table statistics option, then the number of inserts is 0. That means although the table and schema were migrated but not the data.
Have you faced this situation? If yes, what are the ways to fix this?