Glue / Client / delete_table_optimizer
delete_table_optimizer#
- Glue.Client.delete_table_optimizer(**kwargs)#
Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table.
See also: AWS API Documentation
Request Syntax
response = client.delete_table_optimizer( CatalogId='string', DatabaseName='string', TableName='string', Type='compaction'|'retention'|'orphan_file_deletion' )
- Parameters:
CatalogId (string) –
[REQUIRED]
The Catalog ID of the table.
DatabaseName (string) –
[REQUIRED]
The name of the database in the catalog in which the table resides.
TableName (string) –
[REQUIRED]
The name of the table.
Type (string) –
[REQUIRED]
The type of table optimizer.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions