Class BigQueryIODetails (0.6.0)

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

Metadata for a BigQuery connector used by the job.

Attributes

NameDescription
table str
Table accessed in the connection.
dataset str
Dataset accessed in the connection.
project_id str
Project accessed in the connection.
query str
Query used to access data in the connection.

Inheritance

builtins.object > proto.message.Message > BigQueryIODetails