snowpark-python
snowpark-python copied to clipboard
Snowflake Snowpark Python API
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. The...
## What is the current behavior? `cache_result` does not clean up a temporary table when it is no longer being referenced. This results in unnecessary storage credits throughout the entirety...
1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes SNOW-654839 2. Fill out the following pre-review checklist: - [x]...
## What is the current behavior? Install fails on python 3.9 ## What is the desired behavior? That it works on python 3.9. Our use-case is installing snowpark in the...
## What is the current behavior? I need to add "Snowpark with Pandas" as an AWS Lambda layer, however the size of the python lib goes above 250MB so i...
## What is the current behavior? No indication that show is only printing top results, which could mislead users that aren't aware. ``` >>> df = session.range(1,12).to_df('col1') # create 11...
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. SNOW-640230...
## What is the current behavior? Currently all the `DataFrameReader` file methods (.csv, .parquet, .json, etc) create temp file formats with options from python dicitionaries. Even if the external stage...
…dataframe Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR....