AWS Glue 爬虫未出现在 Athena 中

AWS Glue crawler not showing up in Athena

我是 AWS Athena 的新手,但遇到了问题。基本上,我有一个 dynamodb table 我想查询。为此,我创建了一个 AWS Glue 爬虫。它似乎应该 自动出现在 Athena 中,但事实并非如此。我是否必须创建 Glue 作业以手动将数据转储到 S3 存储桶中,然后配置 Athena 以使用该存储桶?我觉得应该有一种方法可以让我跳过所有这些,只需将 Athena 配置为 listen/check 爬虫?

谢谢 哈桑

您需要使用 Glue Crawler 在 Dynamodb 中爬取数据。然后创建一个 Glue 作业将数据存储在 S3 存储桶中以使用 Athena 进行查询。查看此 link 了解更多详情: https://aws.amazon.com/blogs/database/simplify-amazon-dynamodb-data-extraction-and-analysis-by-using-aws-glue-and-amazon-athena/