Andy Yeung
12/08/2022, 1:35 AMTim Galvin
12/08/2022, 3:40 AM.submit
method for your tasks, they will execute sequentially, in a blocking type manner. This is why to you your flow is probably working.
Each shell in the radar figure represents a level of dependency. Task B that relies on Task A would be on shell 1, Task C that relies on Task B would be on shell 2 etc.
Since you have no dependencies between tasks, they are all on shell 1Andy Yeung
12/09/2022, 3:14 AMTim Galvin
12/09/2022, 5:27 AMwait_for
option available in the .sumbit
methodMatthew Ferry
12/14/2022, 12:50 PMwait_for
syntax yield the sequential dependencies in a radar graph?
https://docs.prefect.io/concepts/tasks/?h=dependency#wait-forTim Galvin
12/15/2022, 1:02 AM