Deleting column statistics - AWS Glue

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 test_db \ --table-name test_table \ --column-name col1