Class BigQueryDestination (1.20.0)

BigQueryDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The BigQuery output destination configuration.

Attributes

NameDescription
dataset_id str
Required. The ID of a BigQuery Dataset.
table_id_prefix str
Required. The prefix of exported BigQuery tables.
table_type str
Required. Describes the table type. The following values are supported: - table: A BigQuery native table. - view: A virtual table defined by a SQL query.