superset_chart_get_data
Retrieve data from a saved Superset chart by its ID. Requires the chart to have been saved with query_context.
Instructions
Get data from a specific saved chart by its ID.
IMPORTANT: works only if the chart was saved with query_context (usually after opening and saving via the Superset UI). If query_context is missing, use superset_chart_data with a manually constructed query.
Args: chart_id: Chart ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |