Michael Levenson
Anna Geller
# my_flow.py with Flow("my_new_flow") as my_new_flow: ... ---- # infra_util.py from prefect.engine.result import S3Result from my_flow import my_new_flow my_new_flow.result = S3Result(bucket="foo", location="bar") my_new_flow.register(...)
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.