RESTORE Command¶
Delta Lake supports restoring delta tables to a specified version or timestamp using the following high-level operators:
- RESTORE TABLE SQL statement
- DeltaTable.restoreToVersion operation
- DeltaTable.restoreToTimestamp operation
Delta Lake supports restoring delta tables to a specified version or timestamp using the following high-level operators: