What problem does it solve? Working with BigQuery requires knowing the right commands, APIs, and configuration patterns across many tools. This Skill consolidates the essential operations for managing datasets, tables, and jobs so you can run queries and administer BigQuery resources without searching through scattered documentation. ## Core Features & Use Cases - Resource Management: Create datasets and tables, load data from Cloud Storage, and manage jobs using the bq command-line tool or Terraform. - Query Execution: Run standard SQL queries, perform dry runs to estimate bytes processed, and track incremental table changes with APPENDS and CHANGES functions. - Real-Time & Integrations: Set up continuous queries for streaming analysis, connect via the BigQuery MCP server, and apply IAM security controls like row-level and column-level access. - Use Case: A data engineer needs to create a new dataset, load CSV files from Cloud Storage, and run a scheduled query. This Skill provides the exact bq commands, Terraform configuration, and IAM roles required for each step. ## Quick Start Ask the assistant to create a BigQuery dataset and run a SQL query against a public dataset using the bq command-line tool.