Snowflake Table API — table
Snowflake Table API — table. 19 operations. Lead operation: List Tables. Self-contained Naftiko capability covering one Snowflake business surface.
What You Can Do
GET
Listtables
— List Tables
/v1/api/v2/databases/{database}/schemas/{schema}/tables
POST
Createtable
— Create a Table (clone and Undrop Are Separate Subresources)
/v1/api/v2/databases/{database}/schemas/{schema}/tables
GET
Fetchtable
— Fetch a Table.
/v1/api/v2/databases/{database}/schemas/{schema}/tables/{name}
PUT
Createoraltertable
— Create a (or Alter an Existing) Table.
/v1/api/v2/databases/{database}/schemas/{schema}/tables/{name}
DELETE
Deletetable
— Delete a Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/{name}
POST
Createtableasselectdeprecated
— Create a Table Using the Result of the Specified Select Query
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-as-select
POST
Clonetable
— Clone Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-clone
POST
Createtablelike
— Create a Table Like This Existing One
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-create-like
POST
Createtablelikedeprecated
— Create a Table Like This Existing One
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-create-like
POST
Resumereclustertable
— Resume Recluster of a Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-resume-recluster
POST
Resumereclustertabledeprecated
— Resume Recluster of a Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-resume-recluster
POST
Suspendreclustertable
— Suspend Recluster of a Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-suspend-recluster
POST
Suspendreclustertabledeprecated
— Suspend Recluster of a Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-suspend-recluster
POST
Swapwithtable
— Swap With Another Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-swap-with
POST
Swapwithtabledeprecated
— Swap With Another Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-swapwith
POST
Undroptable
— Undrop a Table
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-undrop
POST
Createtableusingtemplatedeprecated
— Create a Table Using the Templates Specified in Staged Files
/v1/api/v2/databases/{database}/schemas/{schema}/tables/name-using-template
POST
Createtableasselect
— Create a Table Using the Result of the Specified Select Query
/v1/api/v2/databases/{database}/schemas/{schema}/tables-as-select
POST
Createtableusingtemplate
— Create a Table Using the Templates Specified in Staged Files
/v1/api/v2/databases/{database}/schemas/{schema}/tables-using-template
Capability Spec