Glue.Client.
delete_partition_index
(**kwargs)¶Deletes a specified partition index from an existing table.
See also: AWS API Documentation
Request Syntax
response = client.delete_partition_index(
CatalogId='string',
DatabaseName='string',
TableName='string',
IndexName='string'
)
[REQUIRED]
Specifies the name of a database from which you want to delete a partition index.
[REQUIRED]
Specifies the name of a table from which you want to delete a partition index.
[REQUIRED]
The name of the partition index to be deleted.
dict
Response Syntax
{}
Response Structure
Exceptions
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.ConflictException
Glue.Client.exceptions.GlueEncryptionException