Class BatchUpdatePartitionsRequest (0.1.0)

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

Request message for BatchUpdatePartitions.

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}.
requests MutableSequence[google.cloud.biglake_hive_v1beta.types.UpdatePartitionRequest]
Required. Requests to update partitions in the table.