execute_query
Execute BigQuery SQL queries with built-in safety checks and automatic LIMIT clause enforcement to control costs.
Instructions
Execute BigQuery SQL with automatic safety checks and LIMIT clause management.
Args:
sql: The SQL query to execute
project_id: Optional project ID to use for the query (defaults to first configured project)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| project_id | No |