Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the move function in GCSNotebookRepo is no-op as can be seen here:
https://github.com/apache/zeppelin/blob/master/zeppelin-plugins/notebookrepo/gcs/src/main/java/org/apache/zeppelin/notebook/repo/GCSNotebookRepo.java#L204
This makes user unable to rename notebooks and other operations, like moving them to Trash, that use this functions.
Attachments
Issue Links
- is cloned by
-
ZEPPELIN-5660 Implement Move Folder for GCSNotebookRepo
- Resolved