create_query
Create and save a new SQL query to Redash with required name, SQL, and data source ID. Optionally add description and tags.
Instructions
Save a new query to Redash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Query name | |
| query | Yes | SQL query | |
| data_source_id | Yes | Data source ID from list_data_sources | |
| description | No | Query description | |
| tags | No | Tags |