gcp-bq-data-loading
Installation
SKILL.md
BigQuery Data Loading
Use this skill when importing data into BigQuery from various file formats and sources.
Basic Load Command
bq load \
--location=LOCATION \
--source_format=FORMAT \
PROJECT:DATASET.TABLE \
SOURCE_PATH \
SCHEMA