Re: Zeppelin with JDBC interpreter, need queryBuilder help

2018-10-08 Thread Ruslan Dautkhanov
It wasn't committed. It seems got closed due to lack of reviews... You can ping @mebelousov on github to reopen it and @zjffdu or somebody else from committers to have it reviewed. I see some other very good Zeppelin improvements / PRs lack committers attention and then eventually vanish. -- R

Re: Zeppelin with JDBC interpreter, need queryBuilder help

2018-10-05 Thread anirban chatterjee
this is exactly what I am looking for! When will this be PR be committed? also, is the autosense triggered by some shortcut command or always on? Thanks, Anirban On Fri, Oct 5, 2018 at 2:01 PM Ruslan Dautkhanov wrote: > Something like this is available on master, I think. > > How this works you

Re: Zeppelin with JDBC interpreter, need queryBuilder help

2018-10-05 Thread Ruslan Dautkhanov
Something like this is available on master, I think. How this works you could see on https://github.com/apache/zeppelin/pull/2972 (not sure why that particular PR wasn't committed though) -- Ruslan Dautkhanov On Fri, Oct 5, 2018 at 2:43 PM anirban chatterjee < anirban.chatter...@gmail.com> wro

Re: Zeppelin with JDBC interpreter, need queryBuilder help

2018-10-05 Thread anirban chatterjee
Hi, Can one get query builder type support (intellisense capability where one gets suggestions on available tables, columns, fields etc contextually) with the JDBC interpreter? We are using Zeppelin with Presto, and would like to get suggestions of table's fields (not just keywords that one gets t