Class BigQuerySourceConfig (1.144.0)

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

Configuration for importing data from a BigQuery table.

Methods

BigQuerySourceConfig

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

Configuration for importing data from a BigQuery table.

Attributes

Name Description
table_path str
Required. The path to the BigQuery table containing the index data, in the format of bq://.
datapoint_field_mapping google.cloud.aiplatform_v1beta1.types.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping
Required. Mapping of datapoint fields to BigQuery column names.