aws.glue.get_catalog_import_status
Example SQL Queries
SELECT * FROMaws.glue.get_catalog_import_status;Description
Retrieves the status of a migration operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| catalog_id Input Column The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID. | 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 |
| import_status The status of the specified catalog migration. | STRUCT( |
Show child fields
| |