Closed alexjbush closed 5 years ago
It might be nice to add an execute action or function to the data flow trait or as an action so a flow can be executed inline:
Waimak.sparkFlow(spark) .openCSV(basePath)("csv_1", "csv_2") .alias("csv_1", "items") .alias("csv_2", "person") .writeParquet(baseDest)("items", "person") .execute()
It might be nice to add an execute action or function to the data flow trait or as an action so a flow can be executed inline: