Hi @ipson
Please check table schema and verify if ('external.table.purge'='true') property is set using S
This property controls how DROP TABLE and ALTER TABLE works.
In case it is not present, then add this property for the required table( issue the ALTER TABLE stmt twice)
The first invocation sets the property in HMS. The second one persists it to Iceberg metadata.
Let me know if this helps.