google_bigquery_dataset
Get information about a BigQuery dataset. For more information see the official documentation and API.
data "google_bigquery_dataset" "dataset" {
dataset_id = "my-bq-dataset"
project = "my-project"
}
The following arguments are supported:
dataset_id
- (Required) The dataset ID.
project
- (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.
See google_bigquery_dataset resource for details of the available attributes.