Dropping Apache Iceberg Tables
For Amazon S3 data sources, the DROP TABLE command logically removes a table from the source and physically removes all files associated with the table. After the table is dropped, it is permanently deleted and cannot be restored.
For Amazon Glue data sources, the DROP TABLE command removes a table from the catalog. The datafiles are not deleted from the warehouse.
SyntaxDROP TABLE <table_path>.<table_name>
Parameters
{{< sql-section file="data/sql/apache-iceberg-tables.json" data="droppingTables" >}}