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 workflows for managing datasets, tables, and jobs so you can run queries, load data, and configure resources without searching through scattered documentation. ## Core Features & Use Cases - Resource Management: Create datasets and tables, load data from Cloud Storage, stream inserts, and manage jobs using the bq CLI. - Multi-Language Client Access: Run queries from Python, Java, Node.js, or Go using official Google Cloud client libraries, plus pandas-style analysis with BigQuery DataFrames. - Infrastructure & Security: Provision BigQuery resources with Terraform and apply IAM best practices including column-level security, row access policies, and CMEK encryption. - Use Case: A data engineer needs to set up a new analytics pipeline. They use this Skill to create a dataset and partitioned table via Terraform, load CSV data from Cloud Storage with bq load, and validate results with a SQL query. ## Quick Start Ask the assistant to create a BigQuery dataset named my_dataset in the US location and run a sample query against a public dataset.