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.
Apache Zeppelin has Generic JDBC Interpreter for connect to different data source with JDBC.
It lets you create a JDBC connection to any data source, by now it has been tested with:
According to the code in org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql
, it only display the data.
So possible solution for getting data from a data source and use it in other interpreters could be.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With