execute_query
Run SELECT queries on Apache Doris databases with automatic timeout protection to retrieve data.
Instructions
Run a SELECT query against Doris with timeout protection.
Args: query: The SQL query to execute
Returns: List[Dict]: The query results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |