-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement restore command #837
Comments
Hello, |
Is this issue still available? |
Yes, we haven't gotten a PR for this yet, but would be happy to review one. I haven't heard from Bernolt recently. |
OK.I will look into it and try to file a PR. |
Been busy with other things lately, now back to this feature. I've already read delta's implement, and will try to file recent days. |
# Description This is a implementation of the Restore Command. # Related Issue(s) #837
# Description This is a implementation of the Restore Command for python binding. # Related Issue(s) #837 --------- Co-authored-by: Will Jones <[email protected]>
# Description This is a implementation of the Restore Command for python binding. # Related Issue(s) delta-io#837 --------- Co-authored-by: Will Jones <[email protected]>
@wjones127 it's available in rust and python now, so we can close it :) |
Description
This is another easy to implement command that shouldn't require writing data files. It makes the history command much more useful!
See docs: https://docs.databricks.com/delta/delta-utility.html#restore-delta-table
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: