Handling TYPE_NOT_FOUND: Unknown type: row

0

Hi we are getting the following error "Handling TYPE_NOT_FOUND: Unknown type: row" when running a simple select query against a table in our Athena DB. The source is from DocumentDB Enter image description here Any idea how to fix this?

Yoni L
asked 9 months ago523 views
1 Answer
-1

According to the documentation[1][2], can you try manually specifying the lambda function name and database name, and see if it works?

For example: SELECT * FROM "lambda:<lambda name>".<database_name>.<table_name> LIMIT 10

If the issue persists, I'd recommend to open a support ticket with AWS Athena support, so that we can look into more detailed logs from Athena and relevant lambda connector logs to continue troubleshoot.

Ref: [1] https://catalog.us-east-1.prod.workshops.aws/workshops/464d6c17-9faa-4fef-ac9f-dd49610174d3/en-US/change-streams/querydocdbwithathena [2] https://docs.aws.amazon.com/athena/latest/ug/connectors-docdb.html

AWS
Ethan_H
answered 8 months ago
  • This does not solve the problem, do you know another solution?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions