Github user vmakhaev commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/332#issuecomment-145027589
  
    The problem is to know id of just created Note (or just cloned Note).
    
    In our case, we store metadata (Note ids and names) in our databases and 
create/clone Notes with websocket api. You can create Note with whatever name 
you like, but id will be generated in Zeppelin and will not be return somehow.
    At the moment the only option is to get list of notes before creating one 
and after creating, make diff and find new just created Note with it's id.
    
    Hope it makes it more clear.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to