superset_query_stop
Cancel a running asynchronous Superset query using its client ID from sqllab_execute. Stops query execution to free resources and avoid unwanted results.
Instructions
Stop a running asynchronous query.
Args: query_id: Query client_id to stop (string from sqllab_execute result).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |