You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Add support for writing arrow data as implemented in snowpark-python
SNOW-1943067: Add support for writing arrow data as implemented in snowpark-python
Feb 20, 2025
Thanks for raising the issue, down the line the support for writing arrow data is implemented in python connector but it has dependency issue, will check with team and update.
What is the current behavior?
Currently Arrow backed dataframes (polars etc.) must be converted to pandas before
write_pandas
to write local dataframes into SnowflakeWhat is the desired behavior?
Support an Arrow native write API similar to
write_pandas
How would this improve
snowflake-connector-python
?Streamlines non-pandas based workflows (ex: polars)
References and other background
Implemented in
snowpark-python
@ snowflakedb/snowpark-python#2959The text was updated successfully, but these errors were encountered: