Chu
08/04/2022, 6:25 PMwith Flow
block and the list it returns will be used in create_flow_run.map(parameters=...)
, My question is when we deployed the flow (it runs every midnight), will the function we defined be called each time when Flow is scheduled to run?Nate
08/04/2022, 6:30 PMwith Flow(...) as flow:
block will be run, whether these are prefect tasks being run or regular python functions being called
does that answer your question?Chu
08/04/2022, 6:46 PMNate
08/04/2022, 9:13 PM