superset_sqllab_results
Retrieve results of a previously executed Superset SQL Lab query by providing its unique results key, enabling access to query output without re-execution.
Instructions
Retrieve results of a previously executed query by key.
IMPORTANT: requires a configured Results Backend (Redis/S3) in Superset. Without it, returns 500. The key is taken from the results_key field of sqllab_execute response.
Args: results_key: Results key from the superset_sqllab_execute response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |