aws.bcm_data_exports.get_table
Example SQL Queries
SELECT * FROMaws.bcm_data_exports.get_tableWHERE"table_name" = 'VALUE';Description
Returns the metadata for the specified table and table properties. This includes the list of columns in the table schema, their data types, and column descriptions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| table_name Required Input Column The name of the table. | VARCHAR |
| table_properties Input Column TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified. | MAP(VARCHAR, 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
| |
| description The table description. | VARCHAR |
| schema The schema of the table. | STRUCT( |
Show child fields
| |