Happy to share some thoughts here. I did not find an easy way to do this for
postgres/psql or other interpreters. Here is what I did using the spark
interpreter.
I am not doing drill down via html links, but via select/drop drown list.
Hopefully you can do something for links.
Here is the
I am trying to create a drill down in Zeppelin on some data. Taking the
bank data in the example I have this paragraph:
%sql
select concat('%html ',job,''),
sum(balance),avg(balance) from bank
group by job order by job
Which displays the data I want. But was trying to get t