execute_query
Execute SQL queries against Snowflake and retrieve results as a table, JSON, or CSV.
Instructions
Execute a SQL query against Snowflake and return the results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SQL query to execute | |
| format | No | Output format: table, json, or csv (default: table) | table |
| timeout | No | Query timeout in seconds | |
| max_rows | No | Maximum number of rows to return (default: 100) |