get_sql_status
Retrieve the status and results of a Databricks SQL statement using its statement_id for monitoring and analysis.
Instructions
Get the status and results of a SQL statement by statement_id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
statement_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"statement_id": {
"title": "Statement Id",
"type": "string"
}
},
"required": [
"statement_id"
],
"title": "get_sql_statusArguments",
"type": "object"
}