GCP Big Query Dataset
A BigQuery Dataset is a top-level container that holds BigQuery tables, views, models and routines, and defines the geographic location where that data is stored. It also acts as the unit for access control, default encryption configuration and data lifecycle policies.
For full details see the Google Cloud documentation: https://cloud.google.com/bigquery/docs/datasets
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 itemsSEARCH
Possible Linksβ
gcp-big-query-datasetβ
A dataset can reference other datasets via authorised views or cross-dataset access entries. Those referenced datasets will be linked to the current item.
gcp-big-query-modelβ
Every BigQuery ML model belongs to exactly one dataset. All models whose dataset_id matches this dataset will be linked.
gcp-big-query-tableβ
Tables and views are stored inside a dataset. All tables whose dataset_id equals this dataset will be linked.
gcp-cloud-kms-crypto-keyβ
If the dataset is encrypted with a customer-managed key, the KMS Crypto Key used for default encryption will be linked here.
gcp-iam-service-accountβ
Service accounts that appear in the datasetβs IAM policy (for example as editors, owners, readers or custom roles) will be linked to show who can access or manage the dataset.