Hi, Currently GitNotebookRepo [1] does not have feature that adds remote repository and push into it. ZEPPELIN-1756 [2] is a related issue. What do you think zeppelin allows optional configuration such as ZEPPELIN_NOTEBOOK_GIT_REMOTE. And when this value is set, zeppelin commit&push to remote repository on user click commit on GUI. Would this fit in your use case?
Thanks, moon [1] https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/GitNotebookRepo.java [2] https://issues.apache.org/jira/browse/ZEPPELIN-1756 On Tue, Feb 14, 2017 at 2:18 AM James Barney <jamesbarne...@gmail.com> wrote: > Hi, I see a lot of information online about using local git repositories > for notebook version control. I haven't seen anything regarding using a > remote repository. Using a local repo isn't very usable in our situation > and also doesn't allow for decent interaction from the developers using our > CI processes. > > S3/azure are unfortunately unavailable but the enterprise github is. > That's where all our other code is stored for data processing on hadoop, > etc. It'd be nice to store the notebooks there. > > Thanks for any insight you may have, > > James >