Google BigQuery · Schema

DatasetReference

AnalyticsBig DataCloudData WarehouseServerlessSQL

Properties

Name Type Description
projectId string The ID of the project containing the dataset
datasetId string The ID of the dataset
View JSON Schema on GitHub

JSON Schema

google-bigquery-datasetreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DatasetReference",
  "title": "DatasetReference",
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string",
      "description": "The ID of the project containing the dataset"
    },
    "datasetId": {
      "type": "string",
      "description": "The ID of the dataset"
    }
  }
}