aws.glue.get_column_statistics_task_run
Example SQL Queries
SELECT * FROMaws.glue.get_column_statistics_task_runWHERE"column_statistics_task_run_id" = 'VALUE';Description
Get the associated metadata/information for a task run, given a task run ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| column_statistics_task_run_id Required Input Column The identifier for the particular column statistics task run. | 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 A ColumnStatisticsTaskRun object representing the details of the column stats run. | STRUCT( |
Show child fields
| |