You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Uma (JIRA)" <ji...@apache.org> on 2018/10/17 05:29:00 UTC

[jira] [Created] (ZEPPELIN-3812) Create Notebook on Dynamic Location (S3)

Uma created ZEPPELIN-3812:
-----------------------------

             Summary: Create Notebook on Dynamic Location (S3)
                 Key: ZEPPELIN-3812
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3812
             Project: Zeppelin
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.8.0
            Reporter: Uma


Is it possible to add a parameter to POST method(Create Notebook) to hold the location information about where to store the notebook on S3. 

{
 "name": "name of new note",
 {color:#FF0000}"location":"myfolder",    {color}
 "paragraphs": [
 {
 "title": "paragraph title1",
 "text": "paragraph text1"
 }
 ]
}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)