Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
Description
The COPY INTO command only accepts a very specific format for Dates/Timestamps.
See: https://docs.snowflake.com/en/sql-reference/parameters.html#label-timestamp-output-format
It would as such be better to just format the dates in the temporary files to that format (For reference: yyyy-MM-dd HH:mm:ss.SSS)