I am getting a query time out problem when the query fails to execute within 45 seconds. I need some advice on how to set query time out for snowflake. FYI, I have tried using query_Timeout
parameter in connection string which was mentioned in snowflake documentation.
Thinking this is about ODBC commandTimeout
, I wanted to test if it fails by setting commandTimeout=1(Second)
, surprisingly it does not fail.
I have also tried connectionTimeout=1(Second)
I get the following error
ERROR [HY000] [Snowflake][Snowflake] (15) Query has timed out. User specified timeout in seconds=30, Elapsed=45