We're trying to migrate our DWH from current SQL Server 2016 to AWS Redshift by AWS SCT (Schema Conversion Tool).
Our SQL Server tables have the columns of 'datetime'(YYYY-MM-DD hh:mm:ss.000). They are normally converted to Redshift timestamp columns by SCT, at schema level. But data copy to Redshift was failed by SCT Data Extract Agent. (Extracted data was successfully uploding to S3)
I suppose that's due to datetime type difference, even though I believe Redshift timestamp allows until 6 digits in second scale.
If you have any workaround for this, kindly let me know how to convert them without any issues.
Sincerly, Sachiko