mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? Adds posibility to use context parameters (types: String.class, Double.class, Float.class, Short.class, Byte.class, Character.class, Boolean.class, Integer.class, Long.class, ) into property value of interpreter. ### What type of PR is it? Feature ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1999 ### How should this be tested? 1. Add text with markers #{contextFieldNAme} (ex. #{noteId} or #{replName}) to interpreter property value (or add new property of interpreter). 2. Get this property (getProperty(key)), markers should be replaced by context values ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? yes Author: Tinkoff DWH <tinkoff.dwh@gmail.com> Closes #2085 from tinkoff-dwh/ZEPPELIN-1999 and squashes the following commits: |
||
|---|---|---|
| .. | ||
| dependencymanagement.md | ||
| dynamicform.md | ||
| dynamicinterpreterload.md | ||
| interpreterexechooks.md | ||
| interpreterinstallation.md | ||
| interpreters.md | ||
| notebookashomepage.md | ||
| publish.md | ||
| userimpersonation.md | ||