TYPE_NOT_FOUND: Unknown type: row error in Athena querying a DocDB data source

0

I setup a Document DB Data Source in Athena using a pre-defined Lambda function as per https://docs.aws.amazon.com/athena/latest/ug/connectors-docdb.html.

Athena can see the data source and collections within the DocDB database, but when I try to query anything with a

SELECT * FROM <docdb_database>.<collection>

I get the following error:

TYPE_NOT_FOUND: Unknown type: row

질문됨 일 년 전375회 조회
2개 답변
0

I believe you need to specify the lambda function name which is created when installing the connector. Something like this SELECT * FROM "lambda:<lambda name>".<docdb_database>.<collection> ; See also the Amazon DocumentDB lab about how to create and query using the connector.

AWS
Mihai A
답변함 10달 전
0

This does not solve the problem, do you know another solution?

Andrew
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠