Prefect
Prefect is a workflow orchestration framework for building data pipelines in Python. It's the simplest way to elevate a script into an interactive workflow application.
About
Prefect is a modern workflow orchestration framework that makes it easy to build, run, and monitor data pipelines using pure Python. With Prefect, any Python function can become a task or flow with a simple decorator, eliminating the need for boilerplate DAG definitions or custom…