execute_sql_nonblocking
Initiate SQL statement execution on Databricks and receive a statement ID immediately, enabling asynchronous processing without waiting for query completion.
Instructions
Start SQL statement execution and return immediately with statement_id (non-blocking)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
catalog | No | ||
schema_name | No | ||
statement | Yes | ||
warehouse_id | Yes |