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-781542: Add Table class and associated methods #6

Open
6 tasks
sfc-gh-jfreeberg opened this issue Feb 8, 2023 · 0 comments
Open
6 tasks

SNOW-781542: Add Table class and associated methods #6

sfc-gh-jfreeberg opened this issue Feb 8, 2023 · 0 comments
Labels
python-parity Python SDK methods missing from Java/Scala

Comments

@sfc-gh-jfreeberg
Copy link
Collaborator

(In progress)

For reference: https://docs.snowflake.com/ko/developer-guide/snowpark/reference/python/api/snowflake.snowpark.Table.html

  • Add a Table class which extends DataFrame

    • Implement .delete()
    • Implement .drop_table()
    • Implement .merge()
    • Implement .sample()
    • Implement .update()
  • With this addition, should Session.table() return a Table instance instead?

@sfc-gh-jfreeberg sfc-gh-jfreeberg added the python-parity Python SDK methods missing from Java/Scala label Feb 8, 2023
@github-actions github-actions bot changed the title Add Table class and associated methods SNOW-781542: Add Table class and associated methods Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python-parity Python SDK methods missing from Java/Scala
Projects
None yet
Development

No branches or pull requests

1 participant