get_async_query_result
Fetch the results of an asynchronous SQL query by providing its query ID. Use this to poll and retrieve data after the query completes.
Instructions
Fetch results of an async SQL query by its query ID (key).
When SQL Lab runs a query asynchronously, it returns a query ID (also called a 'key'). Use this tool to poll for and retrieve the results once the query completes.
Args: query_id: The query ID / key returned by an async SQL Lab query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |