Deletes a specified partition index from an existing table
Source:R/glue_operations.R
glue_delete_partition_index.RdDeletes a specified partition index from an existing table.
See https://www.paws-r-sdk.com/docs/glue_delete_partition_index/ for full documentation.
Arguments
- CatalogId
The catalog ID where the table resides.
- DatabaseName
[required] Specifies the name of a database from which you want to delete a partition index.
- TableName
[required] Specifies the name of a table from which you want to delete a partition index.
- IndexName
[required] The name of the partition index to be deleted.