BatchCreateMetastorePartitionsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for BatchCreateMetastorePartitions.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Reference to the table to where the metastore partitions to be added, in the format of projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. |
requests |
MutableSequence[google.cloud.bigquery_storage_v1alpha.types.CreateMetastorePartitionRequest]
Required. Requests to add metastore partitions to the table. |
skip_existing_partitions |
bool
Optional. Mimics the ifNotExists flag in IMetaStoreClient add_partitions(..). If the flag is set to false, the server will return ALREADY_EXISTS if any partition already exists. If the flag is set to true, the server will skip existing partitions and insert only the non-existing partitions. |