Glue / Client / delete_column_statistics_for_partition
delete_column_statistics_for_partition¶
- Glue.Client.delete_column_statistics_for_partition(**kwargs)¶
- Delete the partition column statistics of a column. - The Identity and Access Management (IAM) permission required for this operation is - DeletePartition.- See also: AWS API Documentation - Request Syntax- response = client.delete_column_statistics_for_partition( CatalogId='string', DatabaseName='string', TableName='string', PartitionValues=[ 'string', ], ColumnName='string' ) - Parameters:
- CatalogId (string) – The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default. 
- DatabaseName (string) – - [REQUIRED] - The name of the catalog database where the partitions reside. 
- TableName (string) – - [REQUIRED] - The name of the partitions’ table. 
- PartitionValues (list) – - [REQUIRED] - A list of partition values identifying the partition. - (string) – 
 
- ColumnName (string) – - [REQUIRED] - Name of the column. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions