Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试监控 AWS Athena 上的数据质量。我想知道如何找到数据何时加载到表中?
该表没有分区,我无法在此表上进行分区。
谢谢你的帮助!
如果 Partition 不存在,它只会引用一个文件。Athena 基本上不是一个表,而是读取 S3 中的文件的分析工具。您可以浏览到文件路径并获取最后一个 last_modified。要获取位置,请尝试运行
SHOW CREATE TABLE <table_name>