aws.glue.list_schema_versions
Example SQL Queries
SELECT * FROMaws.glue.list_schema_versionsWHERE"schema_id" = 'VALUE';Description
Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.
Table Definition
| Column Name | Column Data Type |
|---|---|
| schema_id Required Input Column This is a wrapper structure to contain schema identity fields. The structure contains:
| STRUCT( |
Show child fields
| |
| _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 |
| created_time The date and time the schema version was created. | VARCHAR |
| schema_arn The Amazon Resource Name (ARN) of the schema. | VARCHAR |
| schema_version_id The unique identifier of the schema version. | VARCHAR |
| status The status of the schema version. | VARCHAR |
| version_number The version number of the schema. | BIGINT |