Glue / Client / delete_partition_index

delete_partition_index#

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'
)
Parameters:
  • CatalogId (string) – The catalog ID where the table resides.

  • DatabaseName (string) –

    [REQUIRED]

    Specifies the name of a database from which you want to delete a partition index.

  • TableName (string) –

    [REQUIRED]

    Specifies the name of a table from which you want to delete a partition index.

  • IndexName (string) –

    [REQUIRED]

    The name of the partition index to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

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