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