snowpark-python icon indicating copy to clipboard operation
snowpark-python copied to clipboard

Snowflake Snowpark Python API

Results 341 snowpark-python issues
Sort by recently updated
recently updated
newest added

Move plot changelog to pandas section Move entries from the 1.19.0 pandas section to the 1.19.1 section which were not added to the release notes https://github.com/snowflakedb/snowpark-python/releases/tag/v1.19.0 Move snowpark-python and local...

documentation

1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1458125 2. Fill out the following pre-review checklist: - [x]...

snowpark-pandas

1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1163211 2. Fill out the following pre-review checklist: - [...

local testing

1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-821773 2. Fill out the following pre-review checklist: - [x]...

DO NOT MERGE. this branch helps us compare snowpark server side changes vs. current main/HEAD

DO-NOT-MERGE
local testing

Code such as the following works in 1.17.0 but throws an error in 1.18.0: ``` merge_result = df.merge( source, cast(Column, (df['id'] == source['id'])), [when_not_matched().insert({ 'id': source['id'], 'last_update': current_timestamp() })] )...

bug
local testing
status-triage_done

Please answer these questions before submitting your issue. Thanks! **1. What version of Python are you using?** ``` Python 3.11.8 ``` **2. What are the Snowpark Python and pandas versions...

bug
local testing
status-triage_done

**Please answer these questions before submitting your issue. Thanks!** 1. **What version of Python are you using?** ``` Python 3.11.8 ``` 2. **What are the Snowpark Python and pandas versions...

local testing
status-triage_done

Please answer these questions before submitting your issue. Thanks! **1. What version of Python are you using?** ``` Python 3.11.8 ``` **2. What are the Snowpark Python and pandas versions...

local testing
status-triage_done

1. Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-1491327 Add API coverage for `Session.table` calls 2. Fill out...