snowpark-python
snowpark-python copied to clipboard
Snowflake Snowpark Python API
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...
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]...
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: - [...
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
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() })] )...
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...
**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...
SNOW-1513884: Local Testing Issues with dateadd and current_timestamp Functions in Snowpark Python
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...
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...