AidanShipperley
AidanShipperley
**Bug description** It looks like I'm consistently encountering an issue when using the `Researcher` role. At some point during the research, an SSL `ssl.SSLWantReadError` exception is encountered, and when attempting...
## Overview Updated the AskSpec data class to support `None` as a valid value for the `timeout` field, allowing developers to force a wait without a timeout constraint. Previously, passing...
SNOW-1474920: Cannot Insert `NULL` Value into Numeric Columns With `.sql` When Using Qmark Bindings
# Description of Issue Any attempt to insert a value of `None` into a column with any of the [numeric data types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types) in Snowflake via the [.sql Snowpark function](https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/1.18.0/snowpark/api/snowflake.snowpark.Session.sql) and...