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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南