eSolutionsTech / datatweak

Data Tweak is a simplified, lightweight ETL framework based on Apache Spark.
https://esolutionsgrup.github.io/datatweak/
Apache License 2.0
0 stars 0 forks source link

Multi output #6

Closed nflucian closed 3 years ago

nflucian commented 3 years ago
sinks: [
{
     source: "df_name"
     output: {
        format = "avro"
        path = "file://df_name/avro/"
    }
},
{
     source: "df_name"
     output: {
        format = "json"
        path = "file://df_name/json/"
    }
},
]
nflucian commented 3 years ago

Done https://github.com/eSolutionsGrup/datatweak/commit/b6a5bcd9ecfddd99a0fa11ee8e4bfdba1ef99a25