gcloud_bq_query
Run SQL queries on BigQuery to retrieve or validate data. Supports dry-run validation and row limits for controlled data exploration.
Instructions
Execute a BigQuery SQL query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL query to execute | |
| dry_run | No | Validate query without executing | |
| max_rows | No | Maximum number of rows to return | |
| use_legacy_sql | No | Use legacy SQL instead of standard SQL |