aws.glue.get_table_optimizer
Example SQL Queries
SELECT * FROMaws.glue.get_table_optimizerWHERE"catalog_id" = 'VALUE'AND "database_name" = 'VALUE'AND "table_name" = 'VALUE'AND "type" = 'VALUE';Description
Returns the configuration of all optimizers associated with a specified table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| catalog_id Required Input Column The Catalog ID of the table. | VARCHAR |
| database_name Required Input Column The name of the database in the catalog in which the table resides. | VARCHAR |
| table_name Required Input Column The name of the table. | VARCHAR |
| type Required Input Column The type of table optimizer. | 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 |
| table_optimizer The optimizer associated with the specified table. | STRUCT( |
Show child fields
| |