Error while trying to delete ICEBERG table

0

Hi, I created ICEBERG table by using CTAS command. By mistake I deleted the Parquet files and afterwards tried to drop the table. Now once I'm trying to delete the table I'm getting the following error.

DDL execution timed out.
This query ran against the "default" database, unless qualified by the query. Please post the error message on our forum  or contact customer support  

How I can recover it?

moshe
已提问 5 个月前412 查看次数
1 回答
3
已接受的回答

Hello,

This seems to be a known issue as the underlying metadata of iceberg deletion makes timeout from Athena. You can alternatively try to,

  1. delete data/metadata from S3 location if any still exist by manually goto your iceberg location and delete the entire folder.

  2. Navigate into Glue --> Tables --> Select the table(iceberg) --> Delete. This will delete the iceberg table gracefully.

AWS
支持工程师
已回答 5 个月前
profile picture
专家
已审核 5 个月前
profile picture
专家
已审核 5 个月前

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

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

回答问题的准则