J
05/23/2024, 2:16 PMChris White
J
05/23/2024, 3:20 PMJ
05/23/2024, 3:22 PMChris White
from prefect.engine import suspend_flow_run
insteadJ
05/23/2024, 3:33 PMJ
05/23/2024, 3:33 PMChris White
J
05/23/2024, 3:34 PMChris White
suspend_flow_run
was not added until 2.14.10 so you'll need to upgrade to access that utilityJ
05/23/2024, 3:58 PMChris White
J
05/23/2024, 4:24 PMChris White
suspend_flow_run
is not mentioned in the 2.11.5 docsJ
05/23/2024, 4:25 PMChris White
J
05/23/2024, 4:26 PMChris White
J
05/23/2024, 4:28 PMChris White
J
05/23/2024, 4:31 PMChris White
from prefect import suspend_flow_run
, and flow functions are always executed top to bottom when rerun. Any tasks that were already completed will not be rerun.J
05/23/2024, 4:36 PMJ
05/23/2024, 4:36 PM