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 个月前243 查看次数
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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则