Using psql/postgres interpreter, I’d like to: - Store the result of a query into a form/variable in one paragraph - Use that form/variable as an input to drive the results/visualization of the second paragraph
The documentation here outlines how one can use forms in queries, however it does not outline how one can store the output of query into a form to be used in “select from” for the next paragraph. https://zeppelin.apache.org/docs/0.6.1/interpreter/postgresql.html <https://zeppelin.apache.org/docs/0.6.1/interpreter/postgresql.html> Any help/pointer is much appreciated. TIA.