update_saved_query
Update an existing saved query by providing its ID and optionally modifying label, SQL, description, or schema. Use dry_run to preview changes.
Instructions
Update an existing saved query.
Args: query_id: The saved query ID to update. label: New label (name) for the query. sql: New SQL text. description: New description. schema: New schema context. dry_run: If True, preview the action without executing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | ||
| label | No | ||
| sql | No | ||
| description | No | ||
| schema | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |