1

Accidentally i deleted a notebook from my databricks repo before any commit, I expected to restore it from trash folder but the notebook is not there. Is posible to restore from any directory on the server or something like that?

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
Santiago
  • 11
  • 1

2 Answers2

0

If you right click on the repo it should show the following context_menu:

context menu.

Clicking on git will lead you to your latest changes, making it possible to revert uncommitted changes.

Robert Kossendey
  • 6,733
  • 2
  • 12
  • 42
  • Hi, thanks for your response. Getting into the git menu shows me the uncommitted changes but only between my actual state (deleted notebook) and the last version on branch, so the deleted notebook isn't there. I noticed that when you delete a notebook on repo displays an advertise telling that this cannot be undone, but I still wonder if somehow it can be restored. – Santiago Jan 30 '23 at 21:51
0

It was never versioned. I just had created a notebook then deleted it by mistake so it was never anywhere but my repo workspace. Once I deleted the notebook I was hoping to find it in my trash folder, but aparently there is no way no restore it.

Santiago
  • 11
  • 1