Deleting column statistics - AWS Glue
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Deleting column statistics

You can delete column statistics using the DeleteColumnStatisticsForTable API operation or AWS CLI. The following example shows how to delete column statistics using AWS Command Line Interface (AWS CLI).

aws glue delete-column-statistics-for-table \ --database-name 'database_name' \ --table-name 'table_name' \ --column-name 'column_name'