Skip to main content

GCP Big Query Table

A BigQuery table is the fundamental unit of storage in Google Cloud BigQuery. It holds the rows of structured data that analysts query using SQL, and it defines the schema, partitioning, clustering, and encryption settings that govern how that data is stored and accessed. For a full description see the Google Cloud documentation: https://cloud.google.com/bigquery/docs/tables

Terrafrom Mappings:

  • google_bigquery_table.id

Supported Methodsโ€‹

  • GET: Get GCP Big Query Table by "gcp-big-query-dataset-id|gcp-big-query-table-id"
  • LIST
  • SEARCH: Search for GCP Big Query Table by "gcp-big-query-dataset-id"

gcp-big-query-datasetโ€‹

Every BigQuery table is contained within exactly one dataset. This link represents that parentโ€“child relationship, enabling Overmind to trace from a table back to the dataset that organises and administers it.

gcp-cloud-kms-crypto-keyโ€‹

If a BigQuery table is encrypted with a customer-managed encryption key (CMEK), this link points to the specific Cloud KMS crypto key in use. It allows Overmind to surface risks associated with key rotation, permissions, or key deletion that could affect the tableโ€™s availability or compliance posture.