aws.glue.get_column_statistics_for_table
Example SQL Queries
SELECT * FROMaws.glue.get_column_statistics_for_tableWHERE"database_name" = 'VALUE'AND "table_name" = 'VALUE'AND "column_names" = 'VALUE';Description
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetTable.
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 |
| 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. | STRUCT( |
Show child fields
| |
| errors List of ColumnStatistics that failed to be retrieved. | STRUCT( |
Show child fields
| |