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

feita há 3 meses242 visualizações
2 Respostas
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
ESPECIALISTA
respondido há 3 meses
0

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

respondido há 3 meses
  • 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.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas