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

Updates related to SNOW-616002 #405

Merged

Conversation

iamontheinet
Copy link
Member

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 SNOW-616002: Ability to overwrite tables when using write_pandas() #383

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding new credentials
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

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

@sfc-gh-kwagner
Copy link
Contributor

We need to wait to merge this until the change is released in the Python Connector

@sfc-gh-sfan
Copy link
Collaborator

This would have to wait until the stored proc connector was also updated. @iamontheinet: Could you port your connector changes to https://github.com/snowflakedb/Stored-Proc-Python-Connector ? Or I could do that as part of porting snowflakedb/snowflake-connector-python#1216.

@sfc-gh-sfan
Copy link
Collaborator

Change itself looks good :)

@sfc-gh-jdu
Copy link
Collaborator

@iamontheinet I just ran all tests for you and there is still one failure. Could you take a look?

@iamontheinet
Copy link
Member Author

Change itself looks good :)

@iamontheinet I just ran all tests for you and there is still one failure. Could you take a look?

Fixed :)

src/snowflake/snowpark/session.py Outdated Show resolved Hide resolved
src/snowflake/snowpark/session.py Outdated Show resolved Hide resolved
@sfc-gh-yixie sfc-gh-yixie merged commit 532d506 into snowflakedb:main Aug 9, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SNOW-616002: Ability to overwrite tables when using write_pandas()
7 participants