If a paragraph returns data from the %jdbc intepreter, is that data available to following paragraphs that use other interpreters?
eg
%jdbc(psql)
select * from `table`
then
%python
# load / access data here
x = ...
In the same way that a %spark interpreter can create a temporal table, a following paragraph can run %sql.