Closed
Description
With given connection:
Source Amplitude <> Destination S3 (CSV, no compression, root level flattening),
The issue with date-time parsing comes up:
Failed to apply RFC3339 pattern on 2022-05-16 19:13:09.369000
The example date-time string which causes issue: 2022-05-16 19:13:09.369000
This is the usual RFC3339
format, however destination s3 handles it incorrectly.
More info in this issue: #13057