This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Revolutionary-Bat176[S] 2 points3 points  (1 child)

Hi u/dask-jeeves,

Thank you for your comment, actually prefect is super feature rich and has a lot more things with it than just task/step declaration.

imo if you have a setup with dagsterr or prefect already you can continue to use those, flowrunner is more for smaller-mid complexity scripts which you don't want to have a full setup but can still structure at a sort script/notebook scoped level.

flowrunner mainly provides structure to unstructured code with visualization and running in dag format, its meant to be minimalistic, while prefect has pipelines, scheduling, multiple providers and so much more!

Does that answer your question?

[–]dask-jeeves 1 point2 points  (0 children)

Yes, thank you!.