EddytorDocs & API
07 · Tables A→ZN · Retire (irreversible)

Before you drop

Dropping a table is irreversible - export, snapshot, or move instead when you can.

Dropping a table is permanent - it deletes the data and the Delta log, so there's no time-travel, rollback, or restore afterward. Before you drop, make sure you actually want it gone.

Consider these first

Heads up

There is no undo for drop_table, and rollback/restore can't bring it back - they need a Delta log that the drop has deleted. Treat a drop as final.

When you're sure

Proceed to Permanently delete a table.

Next

On this page