Manage dynamic tables¶
The Dynamic Table API provides the following endpoints to manage Snowflake dynamic tables:
Endpoint |
Description |
---|---|
|
Lists the dynamic tables under the database and schema. |
|
Creates a dynamic table with standard create modifiers as query parameters. |
|
Fetches a dynamic table. |
|
Deletes a dynamic table with the given name. |
|
Creates a new dynamic table by cloning from the specified resource. |
|
Undrops a dynamic table. |
|
Suspends refreshes on the specified dynamic table. |
|
Resumes refreshes on the specified dynamic table. |
|
Specifies that the specified dynamic table should be manually refreshed. |
|
Suspends reclustering of the specified dynamic table. |
|
Resumes reclustering of the specified dynamic table. |
|
Swaps with another dynamic table. |
For reference documentation, see Snowflake Dynamic Table API reference.