BigQueryExportSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Settings to describe the BigQuery export behaviors for the app.
Attributes |
|
|---|---|
| Name | Description |
enabled |
bool
Optional. Indicates whether the BigQuery export is enabled. |
project |
str
Optional. The **project ID** of the BigQuery dataset to export the data to. Note: If the BigQuery dataset is in a different project from the app, you should grant roles/bigquery.admin role to
the CES service agent
service-.
|
dataset |
str
Optional. The BigQuery **dataset ID** to export the data to. |