- Newest
- Most votes
- Most comments
Deleting from the Glue UI or using Glue API works
Is it possible to re-open the issue? The workaround using the glue ui to drop the table doesn't solve the issue. From the documentation create and drop table should work directly from athena (https://docs.aws.amazon.com/athena/latest/ug/delta-lake-tables.html):
answered 3 years ago
We are facing a similar issue when dropping a Delta Lake table in Athena
DROP TABLE not supported for Delta Lake This query ran against the ‘111’ database, unless qualified by the query. Please post the error message on our forum or contact customer support with Query ID: 111
We are seeking assistance in understanding the peculiarities of managing Delta Lake tables via Athena. Any insights or guidance would be greatly appreciated.
answered 2 years ago
Relevant content
asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago

see the documentation to review the DDL support: https://docs.aws.amazon.com/athena/latest/ug/delta-lake-tables.html
@fabrizio this answer is okay as a manual workaround, but I have workloads that rely on the athena API only. There is no feasible way for me to change the underlying code so your workaround is no good for my use case.
Is there any way to raise this issue with the AWS team? The specific ask is "support dropping delta tables from athena via SQL command". Thanks