Once https://github.com/apache/incubator-zeppelin/pull/745 will be merged,
you can control dynamic variable of a paragraph from another paragraph
using AngularJS function 'z.angularBind()' as shown in the screen shot of
the PR
On Mon, Apr 4, 2016 at 7:20 PM, Randy Gelhausen wrote:
> https://gist
https://gist.github.com/randerzander/fb4a4ff1fcb84f9304b9
In the example above, I'm using $spark to access z.angularbind -- is there
a way to access it directly from %sql instead of needing to wrap my queries
in Scala?