简体   繁体   English

在 Athena AWS 上,桌子上的最后更新?

[英]On Athena AWS, last update on table?

I try to monitor the data quality on AWS Athena.我尝试监控 AWS Athena 上的数据质量。 I would like to know how can i find when data have been loaded in a table?我想知道如何找到数据何时加载到表中?

The table hasn't partition and i can't do the partition on this table.表没有分区,我不能在这张表上做分区。

Thanks for your help!谢谢你的帮助!

If Partition is not there, its easy as only one file it will be referring.Athena is not basically a table but analytics tool which reads a file in S3.如果分区不存在,则很容易,因为它只会引用一个文件。Athena 基本上不是一张表,而是读取 S3 中文件的分析工具。 You can browse to file path and get last last_modified.您可以浏览到文件路径并获取最后一次修改。 To get location try running要获取位置尝试运行

     SHOW CREATE TABLE <table_name>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM