Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hamzaou
Contributor
Contributor

tDB_Input snowflake cannot retrieve timestamp column

I have a snowflake tDB_input block with this query:

select CREATION_DATE from MyTable;

 

when I try to do a run it always fails with this error:

net.snowflake.client.jdbc.SnowflakeSQLException: Cannot convert value in the driver from type:TIMESTAMP_NTZ to type:int.

 

the thing is nowhere do I try to convert this value. I can pull other columns just fine but any timestamp column always fails with that error.

this is the timestamp format: 2024-09-12 10:04:04.163

and this is how I setup the schema:

hamzaou_1-1742295584855.png

 

Labels (3)
0 Replies