Muhammad-ms opened a new pull request #3721: [Zeppelin 4731] Ability to exclude 
fields from being saved in Note files
URL: https://github.com/apache/zeppelin/pull/3721
 
 
   ### What is this PR for?
   Users should be able to specify which fields to exclude (if any) from being 
saved in note json files. This will be useful if, for example, paragraph 
outputs contain confidential information and therefore cannot be shared with 
others, or if users want to exclude fields which are not useful to their use 
case to avoid creating unnecessary diffs when running a note.
   Fields to be excluded can be defined as a comma separated list in System 
Properties. for example:
   export 
JAVA_OPTS="-Dzeppelin.note.file.exclude.fields=results,dateStarted,dateFinished,status"
   
   ### What type of PR is it?
   [ Feature ]
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-4731

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to