is there a way to do `lakectl branch revert` from ...
# help
r
is there a way to do
lakectl branch revert
from the web UI? e.g. what's shown here but without CLI https://docs.lakefs.io/use_cases/rollback.html#how-to-rollback-from-a-bad-data-sync
I can get to a compare screen showing the change that I want to revert… but I don't see how to
n
Hi @Robin Moffatt, the revert operation is currently not supported in the UI. The funny thing is, when I looked at the UI code I saw references to
revert branch
operation - taking a closer look I saw that it's actually calling the
reset branch
. I've opened an issue to rename the operation. If you think this functionality is required in the UI feel free to open an issue
r
thanks @Niro! will do.