BatchCreatePartitionsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for the BatchCreatePartitions method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. Reference to the table to where the partitions to be added, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/tables/{table}. |
requests |
MutableSequence[google.cloud.biglake_hive_v1beta.types.CreatePartitionRequest]
Required. Requests to add partitions to the table. |
skip_existing_partitions |
bool
Optional. Corresponds to the ifNotExists flag in the
Hive Metastore APIs. 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. A
maximum of 900 partitions can be inserted in a batch.
|