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
Installs
10
GitHub Stars
1
First Seen
Jan 24, 2026
gcp-bq-table-management — funnelenvy/agents_webinar_demos