You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "nirav patel (JIRA)" <ji...@apache.org> on 2017/01/03 23:23:58 UTC

[jira] [Created] (ZEPPELIN-1897) REST API - Update API for paragraphs

nirav patel created ZEPPELIN-1897:
-------------------------------------

             Summary: REST API - Update API for paragraphs
                 Key: ZEPPELIN-1897
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1897
             Project: Zeppelin
          Issue Type: Improvement
    Affects Versions: 0.6.2
            Reporter: nirav patel


Can we add support for updating paragraph "text" (code) with new text. This will allow existing paragraph to be updated. Current alternative to perform this is to do multiple steps:
1) Remove paragraph that needs to be updated. Mark its index for later use.
2) Create new paragraph with required "text"
3) Move new paragraph to index collected in step 1.

It would be nice to just be able to upgrade existing paragraph 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)