ZEPPELIN-371 : Import a notebook#374
Conversation
5e299c0 to
1978607
Compare
|
could we add test for this? |
|
Sure, I'll write a unit test case for this. |
|
Added test case for the same as well. CI fails in this PR. with following reason |
|
Thanks @prabhjyotsingh for the nice feature. I manually tested and working well for me. |
18ed8c4 to
fff175f
Compare
3c17892 to
980ee28
Compare
|
The build is failing with following error My guess is, in AbstractTestRestApi:116 |
|
I'm in the same CI test error in #341. Let me try to figure out. |
3d8c903 to
09c7280
Compare
|
Please take a look NotebookServerTest. Extending AbstractTestRestApi helped me to make ci build passes in #341. |
64a6cfb to
40805cc
Compare
|
Thanks @Leemoonsoo, have made relevant changes. now it fails for "ZeppelinIT.testAngularDisplay:173->createNewNote:306 » Timeout Timed out after" Trying to debug, will update once finished. |
83c2079 to
38f0811
Compare
7160232 to
b96ef1f
Compare
zeppelin-web/src/index.html
Outdated
There was a problem hiding this comment.
Could you add license of ng-animation.css in zeppelin-distribution/src/bin_license/LICENSE file?
For example ngToast, https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-distribution/src/bin_license/LICENSE#L95
7e5b968 to
3b8816f
Compare
|
Thanks @Leemoonsoo while importing any external library I'll keep this in mind for next time. Resolved build failure, ready for review. |
|
Working nicely, Looks good to me. |
|
Merge if there're no more discussions |
There was a problem hiding this comment.
Can we have uniform naming? All the other operations are called XYZ_NOTE. Let's follow that here as well.
There was a problem hiding this comment.
Sure @mindprince, that make sense, did that. Thanks.
|
@prabhjyotsingh thank you, great feature. It comes very handy with services like github or https://www.zeppelinhub.com/viewer |
Update documentation for separate interpreter process apache#364
Import a notebook by either an external URL or uploading a valid JSON.