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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ