Class BatchCreateMetastorePartitionsRequest (2.39.0)

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_v1beta.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. A maximum of 900 partitions can be inserted in a batch.
trace_id str
Optional. Optional trace id to be used for debugging. It is expected that the client sets the same trace_id for all the batches in the same operation, so that it is possible to tie together the logs to all the batches in the same operation. Limited to 256 characters. This is expected, but not required, to be globally unique.