aws.glue.list_column_statistics_task_runs
Example SQL Queries
SELECT * FROMaws.glue.list_column_statistics_task_runs;Description
List all task runs for a particular account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum size of the response. | BIGINT |
| next_token Input Column A continuation token, if not all task run IDs have yet been returned. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| column_statistics_task_run_ids A list of column statistics task run IDs. | VARCHAR[] |
Show child fields
| |