bigquery-expert

Community

BigQuery expert guide: SQL, data, performance.

Authori9wa4
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a comprehensive BigQuery guide covering CLI usage, SQL patterns, table management, data loading/export, and performance/cost optimization to accelerate analytics workflows.

Core Features & Use Cases

  • CLI basics: Run queries, list tables, and manage datasets with the bq CLI.
  • SQL patterns: Common constructs like SELECT, JOINs, CTEs, window functions.
  • Data management: Table creation, partitioning, clustering, loads, and exports.
  • Use case: Quick-start example to run a sample query and export results.

Quick Start

Run: bq query --use_legacy_sql=false 'SELECT * FROM project.dataset.table LIMIT 10'

Dependency Matrix

Required Modules

python3

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bigquery-expert
Download link: https://github.com/i9wa4/dotfiles/archive/main.zip#bigquery-expert

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository