google_bigquery_dataset

Get information about a BigQuery dataset. For more information see the official documentation and API.

Example Usage

data "google_bigquery_dataset" "dataset" {
  dataset_id = "my-bq-dataset"
  project = "my-project"
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_bigquery_dataset resource for details of the available attributes.