gcp-bq-table-management
Installation
SKILL.md
BigQuery Table Management
Use this skill when creating, modifying, or optimizing BigQuery table structures with partitioning and clustering.
Creating Tables
Basic Table Creation
Using bq mk:
bq mk -t \
--schema 'customer_id:STRING,amount:FLOAT,date:DATE' \
--description "Customer orders table" \
project:dataset.orders