SNOW-1511108: client_session_keep_alive_heartbeat_frequency is parsed as string instead of int #509
Labels
bug
Something isn't working
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
Please answer these questions before submitting your issue. Thanks!
pip freeze
)?I am trying to establish a connection to Snowflake with Keep Alive properties. I am trying to set the following two properties:
If I only set
client_session_keep_alive
, the connection is successful and I can execute the queries. If I setclient_session_keep_alive_heartbeat_frequency
, I get the following error:Example code (not working)
I tried the same session parameters with snowflake python connector and it is working as expected.
The connection to Snowflake should be successful with the correct session configuration. But connection failed.
The text was updated successfully, but these errors were encountered: