Snowflake · Arazzo Workflow
Snowflake Cancel a Running SQL Statement
Version 1.0.0
Submit a SQL statement asynchronously, then cancel its execution by handle.
Provider
Workflows
cancel-running-statement
Launch a SQL statement asynchronously and cancel it by its statement handle.
Submits a SQL statement with async execution to obtain a statement handle, then calls cancelStatement against that handle to stop the execution.
1
submitAsync
submitStatement
Submit the statement asynchronously so the API returns a 202 with the statement handle to cancel.
2
cancelStatement
cancelStatement
Cancel the execution of the statement identified by the handle. A 200 indicates the execution was successfully canceled.