1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
When you re-created the table using the DDL statement, the metadata (such as the database name, table name, column names, and data types) might not have matched the metadata that the crawler was expecting. AWS Glue crawlers rely on the metadata stored in the AWS Glue Data Catalog to identify existing tables. Or if the re-created table was not registered with the AWS Glue Data Catalog, the crawler would not be able to find it. AWS Glue crawlers only scan tables that are registered in the Data Catalog.
Refer - https://docs.aws.amazon.com/glue/latest/dg/populate-catalog-methods.html for guidance around Data Catalog settings.
answered 2 months ago
Relevant content
- asked 3 years ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago