execute_sql
Run SQL queries in Databricks by specifying a statement, warehouse ID, and optional catalog or schema. Blocks execution until query completion.
Instructions
Execute a SQL statement and wait for completion (blocking)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
catalog | No | ||
schema_name | No | ||
statement | Yes | ||
warehouse_id | Yes |