Class TableSpec (3.9.0)

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

Normal BigQuery table spec.

Attribute

NameDescription
grouped_entry str
Output only. If the table is a dated shard, i.e., with name pattern ``[prefix]YYYYMMDD``, ``grouped_entry`` is the Data Catalog resource name of the date sharded grouped entry, for example, ``projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}``. Otherwise, ``grouped_entry`` is empty.

Inheritance

builtins.object > proto.message.Message > TableSpec