superset_saved_query_get_by_id
Retrieve details of a specific saved SQL query by its ID, including the SQL text and database information, from Apache Superset.
Instructions
Get details for a specific saved query
Makes a request to the /api/v1/saved_query/{id} endpoint to retrieve information about a saved SQL query.
Args: query_id: ID of the saved query to retrieve
Returns: A dictionary with the saved query details including SQL text and database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes |