Class BigQuerySource (0.4.0)

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

The BigQuery location for the input content.

Attribute

NameDescription
input_uri str
Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: - BigQuery path. For example: ``bq://projectId.bqDatasetId.bqTableId``.

Inheritance

builtins.object > proto.message.Message > BigQuerySource