Alexander Kloumann
08/19/2022, 4:15 PMsource_ids = ["source_1", "source_2", "source_3"]
with Flow("my_flow") as flow:
for source_id in source_ids:
data = extract(source_id)
data = transform(data)
load(data)
return flow
Thanks in advance!Jeff Hale
08/19/2022, 4:22 PMAlexander Kloumann
08/19/2022, 9:31 PMBring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.
Powered by