I recently had to work with
kedro, an open-source Python framework for creating modular workflows. Even though I am not a 100% fan of the framework, there are several features I really like. One of which is how they handle the concept of
a flow of flows (which they call modular pipelines). Hence the reason I am posting it here, mainly because I thought it could serve as inspiration for additional features in Prefect...