Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.10.0
-
None
-
None
Description
Hi,
we have set up Zeppelin Notebook storage with Git integration. It works fine so far.
The only thing that is sub-optimal, is the fact, that every commit is done as user zeppelin. The commit log then looks like this:
> commit d80ab9a7e998f3847a47dd4b052a03a3bb12f014 (HEAD -> master) > Author: zeppelin <zeppelin@servername.my.domain> > Date: Thu Jan 20 16:01:25 2022 +0100 > > 1st test commit
So when multiple users are working with Zeppelin it is difficult to seew ho committed a change. Is there perhaps a way to make Zeppelin commit as the current user?
Thanks