Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_partition_index

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