Skip to main content

BigQuery Expression

A BigQuery expression is used in BigQuery Persistence Mappings to define the location of data in a BigQuery project.

Table Expression

Specification

{
"datasetId": "<string>",
"tableId": "<string>"
}

Structure values

Field NameTypeDescriptionRequiredDefault
datasetIdStringThe ID of the BigQuery dataset where the table resides.Required
tableIdStringThe ID of the BigQuery table.Required

Example

{
"datasetId": "google_analytics",
"tableId": "ga_sessions"
}