Skip to content
Advertisement

Tag: workflow

Looping tasks in Prefect

I want to loop over tasks, again and again, until reaching a certain condition before continuing the rest of the workflow. What I have so far is this: But as far as I understand this does not work for multiple tasks. Is there a way to come back further and loop on several tasks at a time ? Answer The

Optimizing the workflow for Python development using Docker+WSL2

I use different languages on a daily basis and hate it when my machine gets cluttered with many language specific installations/programs/environments. Therefore I’m currently exploring if using Docker+WSL2 as a runtime for my different projects suffices for keeping my host machine clean without too much overhead. My current workflow at the example of Python: Create Python project on host machine

Advertisement