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 Name | Type | Description | Required | Default |
|---|---|---|---|---|
datasetId | String | The ID of the BigQuery dataset where the table resides. | Required | |
tableId | String | The ID of the BigQuery table. | Required |
Example
{
"datasetId": "google_analytics",
"tableId": "ga_sessions"
}