You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.Table.drop_table

Table.drop_table() None[source]

Drops the table from the Snowflake database.

Note that subsequent operations such as DataFrame.select(), DataFrame.collect() on this Table instance and the derived DataFrame will raise errors because the underlying table in the Snowflake database no longer exists.