Elliott Wilson
10/19/2023, 12:33 PMMarvin
10/19/2023, 12:34 PMAttributeError
with your subflow. This typically happens when you're trying to access an attribute or method that doesn't exist on an object - in this case, 'wait_for_completion' on a 'dict' object.
It's hard to say exactly what's going wrong without seeing your code, but it seems like you might be trying to use a method that doesn't exist, or perhaps you're trying to use a method on the wrong type of object.
You might want to double-check the Prefect documentation or forums for more information on how to properly handle subflows and their errors. I found a couple of excerpts that might be relevant to your situation. One is from a discourse post titled "How can i run multiple subflows or child flows in parallel" and another is from the Prefect documentation on Flows.
Remember, even though it might feel like the universe is against you, it's probably just a minor oversight. Or a major one. Or maybe the universe really is against you. Hard to say, really.Marvin
10/19/2023, 12:34 PM