aws.glue.get_column_statistics_for_partition
Example SQL Queries
SELECT * FROMaws.glue.get_column_statistics_for_partitionWHERE"database_name" = 'VALUE'AND "table_name" = 'VALUE'AND "partition_values" = 'VALUE'AND "column_names" = 'VALUE';Description
Retrieves partition statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetPartition.
Table Definition
| Column Name | Column Data Type |
|---|---|
| column_names Required Input Column A list of the column names. | VARCHAR[] |
Show child fields
| |
| database_name Required Input Column The name of the catalog database where the partitions reside. | VARCHAR |
| partition_values Required Input Column A list of partition values identifying the partition. | VARCHAR[] |
Show child fields
| |
| table_name Required Input Column The name of the partitions' table. | VARCHAR |
| catalog_id Input Column The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default. | 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_list List of ColumnStatistics that failed to be retrieved. | STRUCT( |
Show child fields
| |
| errors Error occurred during retrieving column statistics data. | STRUCT( |
Show child fields
| |