Manage Tables¶
The Snowflake REST Table API provides the following endpoints to manage Snowflake tables:
Endpoint |
Description |
---|---|
|
Lists the tables under the database and schema. |
|
Creates a table. |
|
Deprecated. Use the replacement endpoint below. |
|
Creates a table using the result of the specified select query. |
|
Deprecated. Use the replacement endpoint below. |
|
Creates a table using the templates specified in staged files. |
|
Fetches a table. |
|
Creates a new or alters an existing table. |
|
Deletes a table. |
|
Creates a new table by cloning from the specified resource. |
|
Deprecated. Use the replacement endpoint below. |
|
Creates a table like a specified one. |
|
Undrops a table. |
|
Deprecated. Use the replacement endpoint below. |
|
Suspends a table reclustering action. |
|
Deprecated. Use the replacement endpoint below. |
|
Resumes a suspended table reclustering action. |
|
Renames a table. |
|
Deprecated. Use the replacement endpoint below. |
|
Swaps one table with another. |
For reference documentation, see Snowflake Table API reference.