1 Answer
- Newest
- Most votes
- Most comments
0
This error seems to be related to a transient issue with AWS Glue's Data Catalog, which is responsible for managing the metadata of external tables like the one you're trying to access. The error message indicates that the Data Catalog response for the external table is invalid, and it cannot deserialize the table definition.
Try refreshing the Glue Data Catalog by running the MSCK REPAIR TABLE
command on the external table. This can help synchronize the table's metadata with the Data Catalog.
I tried this and also tried to add some serdeinfo parameters, it is working in one account but failing in another account.