BatchDeletePartitionsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for BatchDeletePartitions. The Partition 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 partitions belong, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/tables/{table}. |
partition_values |
MutableSequence[google.cloud.biglake_hive_v1beta.types.PartitionValues]
Required. The list of partitions (identified by its values) to be deleted. A maximum of 900 partitions can be deleted in a batch. |