Class BigQueryDateShardedSpec (3.9.2)

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

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern.

For more information, see Introduction to partitioned tables.

Attributes

NameDescription
dataset str
Output only. The Data Catalog resource name of the dataset entry the current table belongs to. For example: ``projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}``.
table_prefix str
Output only. The table name prefix of the shards. The name of any given shard is ``[table_prefix]YYYYMMDD``. For example, for the ``MyTable20180101`` shard, the ``table_prefix`` is ``MyTable``.
shard_count int
Output only. Total number of shards.
latest_shard_resource str
Output only. BigQuery resource name of the latest shard.

Inheritance

builtins.object > proto.message.Message > BigQueryDateShardedSpec