You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipelinewise version v0.38.0
Origin: MySQL database
Destination: Snowflake
Steps to reproduce
The TIME datatype in MYSQL may range from '-838:59:59' to '838:59:59', the TIME datatype in snowflake may range from 00:00:00 to 23:59:59.
If there is a value in the source database that is outside the snowflake data range, Snowflake will throw an error about the time not being recognized.
Expected behaviour
A min-max value validation in order to determine if the data-type will cuase conflict or not.
Actual behaviour
TIME '<some_time>' is not recognized
Further notes
A string data type could be used when there might be values that are out of Snowflake's TIME range.
The text was updated successfully, but these errors were encountered:
Hi @Samira-El This was during FastSync; however, I checked the sourcecode for the singer tap and the problem should also be present.
Here's the relevant part of the log. out_of_range_log.txt
Subject of the issue
TIME data type range mismatch
Your environment
Pipelinewise version v0.38.0
Origin: MySQL database
Destination: Snowflake
Steps to reproduce
The TIME datatype in MYSQL may range from '-838:59:59' to '838:59:59', the TIME datatype in snowflake may range from 00:00:00 to 23:59:59.
If there is a value in the source database that is outside the snowflake data range, Snowflake will throw an error about the time not being recognized.
Expected behaviour
A min-max value validation in order to determine if the data-type will cuase conflict or not.
Actual behaviour
TIME '<some_time>' is not recognized
Further notes
A string data type could be used when there might be values that are out of Snowflake's TIME range.
The text was updated successfully, but these errors were encountered: