Is there a way we can run prefect map function out...
# ask-community
r
Is there a way we can run prefect map function outside the flow?
k
Hi @Ravikiran Sharvirala, the quick answer is no but can you show me what you’re trying to do and maybe we can find a solution?
r
Created a map_function(list: series) -> df, I wanna save the results in a variable, do some checks in it locally
k
Yeah you’d have to put this logic as a task and then the task can be mapped inside the flow.
r
@Kevin Kho thank you, I was able to interact with results
👍 1