Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-616002: Ability to overwrite tables when using write_pandas() #383

Closed
iamontheinet opened this issue Jun 21, 2022 · 0 comments · Fixed by #405
Closed

SNOW-616002: Ability to overwrite tables when using write_pandas() #383

iamontheinet opened this issue Jun 21, 2022 · 0 comments · Fixed by #405
Labels
feature New feature or request

Comments

@iamontheinet
Copy link
Member

What is the current behavior?

Using the write_pandas() API there is no way to overwrite contents of a Snowflake table with that of a Pandas DataFrame without first executing a truncate SQL statement.

What is the desired behavior?

Using the write_pandas() API there should be a way to optionally overwrite contents of a Snowflake table with that of a Pandas DataFrame.

How would this improve snowflake-snowpark-python?

Better user experience for Python developers and especially those devs that are not familiar with truncate SQL statement or know how to write SQL.

References, Other Background

Similar to overwriting contents of a Snowflake table when writing contents of Snowpark DataFrames using df.write.mode('overwrite')

@iamontheinet iamontheinet added the feature New feature or request label Jun 21, 2022
@github-actions github-actions bot changed the title Ability to overwrite tables when using write_pandas() SNOW-616002: Ability to overwrite tables when using write_pandas() Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant