create_query
Create a new SQL query in Redash by providing a name, data source ID, and query text. Optionally set tags, schedule, and description.
Instructions
Create a new query in Redash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the query | |
| tags | No | Tags for the query | |
| query | Yes | SQL query text | |
| options | No | Query options | |
| schedule | No | Query schedule | |
| description | No | Description of the query | |
| data_source_id | Yes | ID of the data source to use |