Hi So I'm using tap-mysql and target-snowflake and...
# troubleshooting
j
Hi So I'm using tap-mysql and target-snowflake and stuck right now because of a date parse issue when attempting to load records into snowflake I'm getting this error
Can't parse '"2020-06-12T19:03:18+00:00"' as Timestamp with format Auto
and not sure if it's because in the file_format issue (I've tried several that work in snowflake with to_timestamp) or it's because the export from mysql is attaching the double quotes when trying to convert it to a timestamp.
h
@johnson_cheung did you find a solution for this? I’m experiencing the same issue now