Facilitates seamless interaction with Google BigQuery via the bq command-line tool for data exploration and analysis.
This skill empowers Claude to manage Google BigQuery workflows directly through the command line interface. It provides standardized patterns for listing datasets, inspecting table schemas, and executing complex SQL queries with built-in support for cost estimation and data exports. Ideal for data engineers and analysts, it streamlines the process of exploring production data, creating temporary scratch tables, and retrieving insights without leaving the terminal environment.
主要功能
01Explore datasets and table schemas with formatted JSON output
02Save query results to destination tables or export directly to CSV
030 GitHub stars
04Execute standard SQL queries with cost estimation via dry runs
05Manage multi-project BigQuery environments and cross-dataset queries
06Preview table data efficiently using optimized head commands
使用场景
01Rapid data exploration and schema verification for analytics pipelines
02Automating routine SQL reports and exporting results for local analysis
03Cost-conscious query testing and optimization before production execution