Class BatchDeleteMetastorePartitionsRequest (2.26.0)

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

Request message for BatchDeleteMetastorePartitions. The MetastorePartition is uniquely identified by values, which is an ordered list. Hence, there is no separate name or partition id field.

Attributes

Name Description
parent str
Required. Reference to the table to which these metastore partitions belong, in the format of projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
partition_values MutableSequence[google.cloud.bigquery_storage_v1alpha.types.MetastorePartitionValues]
Required. The list of metastore partitions (identified by its values) to be deleted. A maximum of 100 partitions can be deleted in a batch.