I have multiple queries that gives multiple datasets. can we write all these queries in one recipe?
Which makes my flow much comfortable to operate.
Hi,
the SparkSQL recipe is limited to 1 output. You can try using a Hive recipe instead, of if you need Spark, using a Scala recipe.