David Maier
from prefect import flow, task @task(retries=2) def say_hello(): print("Hello world") return "Hello world" @flow(name="Hello World Flow", log_prints=True) def hello_world(): say_hello() if __name__ == "__main__": hello_world.serve(name="hello_deployment")
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.