Get BigQuery Dataset
Returns the dataset specified by datasetID.
External Documentation
To learn more, visit the GCP documentation.
Parameters
Parameter | Description |
---|---|
Dataset ID | Dataset ID of the requested dataset. |
Fields | Selector specifying which fields to include in a partial response. |
Project ID | Project ID of the requested dataset. |
Example Output
{
"kind": "bigquery#dataset",
"etag": "SuPqH1qQLPlNy8KkL6BQsA==",
"id": "project:Test",
"selfLink": "https://bigquery.googleapis.com/bigquery/v2/projects/project/datasets/Test",
"datasetReference": {
"datasetId": "Test",
"projectId": "project"
},
"defaultTableExpirationMs": "5184000000",
"access": [
{
"role": "WRITER",
"specialGroup": "projectWriters"
},
{
"role": "OWNER",
"specialGroup": "projectOwners"
},
{
"role": "READER",
"specialGroup": "projectReaders"
}
],
"creationTime": "1639666438220",
"lastModifiedTime": "1639666438220",
"location": "us-central1",
"defaultPartitionExpirationMs": "5184000000",
"type": "DEFAULT"
}
Workflow Library Example
Get Bigquery Dataset with Gcp and Send Results Via Email
Preview this Workflow on desktop