execute_adhoc_query
Execute an ad-hoc SQL query against a specified data source without saving it; the temporary query is automatically deleted after execution.
Instructions
Execute an ad-hoc query without saving it to Redash. Creates a temporary query that is automatically deleted after execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL query to execute | |
| dataSourceId | Yes | ID of the data source to query against |