Skip to main content

GCP Big Query Dataset

A Google Cloud BigQuery Dataset is the primary organisational container for data stored in BigQuery. Each dataset resides in a specific project and location and holds the tables, views, routines, and models that collectively make up your analytical workload. Datasets also carry the access controls, default table lifetimes, and labelling metadata that govern the resources they contain.
For further details, refer to the official documentation: https://cloud.google.com/bigquery/docs/datasets-intro

Terrafrom Mappings:

  • google_bigquery_dataset.dataset_id

Supported Methods​

  • GET: Get GCP Big Query Dataset by "gcp-big-query-dataset-id"
  • LIST: List all GCP Big Query Dataset items
  • SEARCH