Class TableDefinition (1.0.2)

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

Describes an external data source used in a query.

Attributes

NameDescription
name str
Name of the table, used in queries.
source_uris Sequence[str]
Google Cloud Storage URIs for the data to be imported.

Inheritance

builtins.object > proto.message.Message > TableDefinition