Manish Mishra shows off some of the query capabilities with delta tables:
Delta Time Travel is a feature that is provided by Delta Lake. Delta time travel allows the user to switch to the previous version of the delta table.
Some of the benefits of Delta Time Travel are:
- Historical Data Analysis
- Rollback to the previous version in case of new data quality is not valid
- Supports Schema Evolution
Click through for examples of each of these.