superset_sqllab_export_query_results
Export SQL query results to CSV format from Apache Superset for data analysis and sharing.
Instructions
Export the results of a SQL query to CSV
Makes a request to the /api/v1/sqllab/export/{client_id} endpoint to download query results in CSV format.
Args: client_id: Client ID of the query
Returns: A dictionary with the exported data or error information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes |