Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In tRedshiftInput , I want to read data of Timestamp type in Database (yyyy-mm-dd HH:mm:ss) . When I put the data type as Timestamp without timezone and give format as "yyyy-MM-dd HH:mm:ss" , it gives error :-
[Amazon][JDBC](10140) Error converting value to Timestamp.
at com.amazon.exceptions.ExceptionConverter.toSQLException(Unknown Source)
at com.amazon.utilities.conversion.TypeConverter.convertToTimestamp(Unknown Source)
at com.amazon.utilities.conversion.TypeConverter.toTimestamp(Unknown Source)
at com.amazon.jdbc.common.SForwardResultSet.getTimestamp(Unknown Source)
at routines.system.JDBCUtil.getDate(JDBCUtil.java:61) ....
The same operation and query worked well when the job was complied and built in T6.5 Version . Can you please help?