gcp-bq-data-export

Installation
SKILL.md

BigQuery Data Export

Use this skill when exporting data from BigQuery to Cloud Storage or local files.

Basic Extract Command

bq extract \
  --location=LOCATION \
  --destination_format=FORMAT \
  --compression=COMPRESSION \
  PROJECT:DATASET.TABLE \
  gs://bucket/file.ext

Extract to CSV

Basic CSV Export

Installs
10
GitHub Stars
1
First Seen
Jan 24, 2026
gcp-bq-data-export — funnelenvy/agents_webinar_demos