FuETL
Kevin Kho
extract_flow_from_file
from prefect import Flow, task from copy import copy @task def abc(): return 1 with Flow("test") as flow: abc() flow2 = copy(flow) flow2.name = "test2" print(flow.name)
Bring 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.