Quick Start
Get hands-on with BigQuery ETL Skills through practical examples.
Your First Query
Let's create a simple aggregation query from scratch:
Claude will:
- ✅ Use bigquery-etl-core to understand conventions
- ✅ Use query-writer to create the SQL
- ✅ Use metadata-manager to generate schema and metadata files
- ✅ Optionally use sql-test-generator to create unit tests
Common Tasks
Create Unit Tests
Update an Existing Query
Add a new field to telemetry_derived/clients_daily_v6
that calculates the ratio of searches with ads
Gather Requirements
Add Monitoring
How It Works
Automatic Skill Selection
Claude automatically selects the right skills based on your request. You don't need to explicitly invoke them—just describe what you want naturally!
When you make a request, Claude:
- Analyzes your intent
- Selects appropriate skills
- Executes the workflow
- Iterates based on your feedback
Tips for Success
Be Specific
- ✅ "Create a daily aggregation query for active users"
- ❌ "Help with a query"
Include Paths
Mention specific tables: telemetry_derived/clients_daily_v6
Work in Context
Launch Claude from your bigquery-etl directory for file operations