You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Chen Song <ch...@gmail.com> on 2016/11/02 20:07:30 UTC

Use user id dynamically in JDBC interpreter

Hello

Is there a way to configure a JDBC interpreter to use the user id logged in
instead of a static value? Something like shown below:

default.user -> jdbc_user

to

default.user -> ${user_id}

Chen

Re: Use user id dynamically in JDBC interpreter

Posted by moon soo Lee <mo...@apache.org>.
Hi,

This feature is work in progress here
https://github.com/apache/zeppelin/pull/1539

Hope we can see this feature in master, soon.

Thanks,
moon

On Wed, Nov 2, 2016 at 1:07 PM Chen Song <ch...@gmail.com> wrote:

> Hello
>
> Is there a way to configure a JDBC interpreter to use the user id logged
> in instead of a static value? Something like shown below:
>
> default.user -> jdbc_user
>
> to
>
> default.user -> ${user_id}
>
> Chen
>