SNOW-781542: Add Table
class and associated methods
#6
Labels
python-parity
Python SDK methods missing from Java/Scala
Table
class and associated methods
#6
(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.delete()
.drop_table()
.merge()
.sample()
.update()
With this addition, should
Session.table()
return aTable
instance instead?The text was updated successfully, but these errors were encountered: