update_query
Update an existing query in Redash by providing its ID and optionally modifying the SQL, name, data source, schedule, tags, or other properties.
Instructions
Update an existing query in Redash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queryId | Yes | ID of the query to update | |
| name | No | New name of the query | |
| data_source_id | No | ID of the data source to use | |
| query | No | SQL query text | |
| description | No | Description of the query | |
| options | No | Query options | |
| schedule | No | Query schedule | |
| tags | No | Tags for the query | |
| is_archived | No | Whether the query is archived | |
| is_draft | No | Whether the query is a draft |