queries_update
Update the name, SQL text, data source, and other settings of an existing saved SQL query in Databricks.
Instructions
Update a saved SQL query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Query ID | |
| name | Yes | Query name | |
| query_text | Yes | SQL text | |
| data_source_id | Yes | Warehouse/data source ID | |
| description | No | ||
| run_as_role | No | OWNER | VIEWER | |
| options | No | ||
| schedule | No | ||
| tags | No | ||
| apply_auto_limit | No | ||
| catalog | No | ||
| schema | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |