Class CreateMetastorePartitionRequest (2.36.2)

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

Request message for CreateMetastorePartition. 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 where the metastore partition to be added, in the format of projects/{project}/databases/{databases}/tables/{table}.
metastore_partition google.cloud.bigquery_storage_v1alpha.types.MetastorePartition
Required. The metastore partition to be added.