Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Viewing column statistics task runs

Focus mode
Viewing column statistics task runs - AWS Glue

After you run a column statistics task, you can explore the task run details for a table using AWS Glue console, AWS CLI or using GetColumnStatisticsTaskRuns operation.

Console
To view column statistics task run details
  1. On AWS Glue console, choose Tables under Data Catalog.

  2. Select a table with column statistics.

  3. On the Table details page, choose Column statistics.

  4. Choose View runs.

    You can see information about all runs associated with the specified table.

    The screenshot shows the options available to generate column stats.
AWS CLI

In the following example, replace values for DatabaseName and TableName with the actual database and table name.

aws glue get-column-statistics-task-runs --input-cli-json file://input.json { "DatabaseName": "database_name", "TableName": "table_name" }
To view column statistics task run details
  1. On AWS Glue console, choose Tables under Data Catalog.

  2. Select a table with column statistics.

  3. On the Table details page, choose Column statistics.

  4. Choose View runs.

    You can see information about all runs associated with the specified table.

    The screenshot shows the options available to generate column stats.
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.