kwmiebach
from prefect import flow @flow(name="Prefect 2.0 Flow") def flow_prefect(): print("Hello Prefect 2.0!") import time time.sleep(5) print("Good Bye Prefect 2.0!") flow_prefect()
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.