Skip to main content
Returns the dataset specified by datasetID.
External DocumentationTo learn more, visit the GCP documentation.

Parameters

ParameterDescription
Dataset IDDataset ID of the requested dataset.
FieldsSelector specifying which fields to include in a partial response.
Project IDProject 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
Workflow LibraryPreview this Workflow on desktop
I