Github user tinkoff-dwh commented on the issue:

    https://github.com/apache/zeppelin/pull/2442
  
    @zjffdu 
    yep, per statement. 
    for exp.
    There is jdbc interpreter per user  (postgres).
    There are many users and each user has scheme to work. 
    1. set search_path='#{user}'   (default.sessionPrecode)
    2. run paragraph `select ...`
    the user will work with the correct scheme
    
    or set another variables and values will be available to code in the 
paragraph (SET TIME ZONE, custom variables, etc...). User == analitic (usually) 
and he doesn't have to write this in the code of paragraph


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to