Class CreatePartitionRequest (0.1.0)

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

Request message for CreatePartition. 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 where the partition to be added, in the format of projects/{project}/catalogs/{catalogs}/databases/{databases}/tables/{table}.
partition google.cloud.biglake_hive_v1beta.types.Partition
Required. The partition to be added.