Hi there. I’m evaluating Prefect for our ETL jobs that are getting increasingly complex. I have a group of tasks that can run independently of each other. After they’re all finished, I’d like to run another task, even if any of the tasks in the group has failed. What is the recommended way of achieving this effect in Prefect?
z
Zanie
04/26/2023, 3:40 PM
Yeah just run
final_task.submit(wait_for=[allow_failure(t) for t in upstream_futures])
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.