Re: Use user id dynamically in JDBC interpreter
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 wrote: > Hello > > Is there a way to configure a JDBC interpreter to use the user id logged > in instead o
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