snowpark-python
snowpark-python copied to clipboard
Snowflake Snowpark Python API
1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-NNNNNNN 2. Fill out the following pre-review checklist: - [...
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...
This is the steel-thread for Phase 0 pandas. The goal is to have iloc get working. I tried to cover all the basic row + columns cases but only test...
## What is the current behavior? If opentelemetry is installed, spans are automatically emitted via https://github.com/snowflakedb/snowpark-python/blob/29b3bba9a7bd13206221b6fc6ad9ed0fae853fe0/src/snowflake/snowpark/_internal/open_telemetry.py ## What is the desired behavior? Add the ability to disable span creation even...
1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1335467 This PR adds the new `vector_cosine_similarity` built-in function that...
The current implementation of `mock_to_date` and `mock_to_timestamp` has the same issue that was fixed in #1702.
1. **What version of Python are you using?** Python 3.11 2. **What operating system and processor architecture are you using?** The environment of the Stored Procedure implemented within the Snowflake...
Using snowflake-snowpark-python==1.16.0. _analyzer.py checks ``` if isinstance(logical_plan, CopyIntoTableNode): self._conn.log_not_supported_error( external_feature_name="DateFrame.copy_into_table", raise_error=NotImplementedError, ) ``` However, DataFrame.copy_into_table appears explicitly in the list of supported APIs for local testing in: https://docs.snowflake.com/en/developer-guide/snowpark/python/testing-locally#list-of-supported-apis
Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? Python3.10 2. What are the Snowpark Python and pandas versions in the environment?...
1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. SNOW-1371839 2. Fill out the following pre-review checklist: - [x] I...