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 900 partitions can be deleted in a batch. |
trace_id |
str
Optional. Optional trace id to be used for debugging. It is expected that the client sets the same trace_id for all
the batches in the same operation, so that it is possible to
tie together the logs to all the batches in the same
operation. This is expected, but not required, to be
globally unique.
|