Using Athena SQL with external Iceberg REST Catalog

0

I have an external Iceberg REST Catalog implementation and I need to use that with Athena. Do we currently support this use case? If so, are there any documentation on how to do this? The closest use case that I could find is how Tabular integrates with Athena SQL. https://docs.tabular.io/athena

질문됨 3달 전242회 조회
2개 답변
1

I have an external Iceberg REST Catalog implementation and I need to use that with Athena. Do we currently support this use case?

Yes, using an external Iceberg REST Catalog with Amazon Athena is supported through the integration capabilities provided by AWS, specifically designed for Apache Iceberg tables. This setup allows Athena to interact with Iceberg tables managed by external catalogs, enabling a wide range of data analytics operations directly on your data lake.

Check here for more information:

profile picture
전문가
답변함 3달 전
0

Thanks. Does that mean, I need to go on the route of creating data sources using a new Lambda function?

답변함 3달 전
  • Yes, integrating an external Iceberg REST Catalog with Amazon Athena typically involves setting up a Lambda function as a bridge between Athena and your Iceberg REST Catalog. This Lambda function acts as a custom data source connector, enabling Athena to communicate with the Iceberg REST Catalog and perform queries on the data it manages.

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

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

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

관련 콘텐츠