Skip to contents

Requests that an executing statement be canceled. Callers must poll for status to see the terminal state.

Usage

cancel_statement_execution(client, statement_id)

statementExecutionCancelExecution(client, statement_id)

Arguments

client

Required. Instance of DatabricksClient()

statement_id

Required. The statement ID is returned upon successfully submitting a SQL statement, and is a required reference for all subsequent calls.