I have two databases and I have configured two interpreters(jdbc1,jdbc2) belongs to JDBC group.
jdbc1 has some basic reference data, I need to pull it in paragraph 1 and pass few columns of data to the next paragraph %jdbc1 // pull the ref data and pass it to next %jdbc2 // use the ref data and enrich some fields is this possible without using some backend processing framework like spark or flink..?