gcp-bigquery
Installation
SKILL.md
GCP BigQuery
Official docs
| Topic | URL |
|---|---|
| BigQuery docs | https://cloud.google.com/bigquery/docs |
| SQL reference | https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax |
| Cost control | https://cloud.google.com/bigquery/docs/best-practices-costs |
| IAM | https://cloud.google.com/bigquery/docs/access-control |
Agent rules
- Partition and cluster — filter on partition columns; avoid full table scans on large tables.
- Bytes processed — estimate cost; use
dry_runormaximum_bytes_billedin scripts. - Standard SQL — default dialect; legacy SQL only if repo already uses it.
- Datasets & locations — match regional constraints (US/EU multi-region rules).
- Service accounts — workload identity / SA keys via Secret Manager, not git.