Join Slack
Powered by
Is there a way we can run prefect map function out...
# ask-community
r
Ravikiran Sharvirala
05/13/2021, 4:13 PM
Is there a way we can run prefect map function outside the flow?
k
Kevin Kho
05/13/2021, 4:15 PM
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
Ravikiran Sharvirala
05/13/2021, 4:17 PM
Created a map_function(list: series) -> df, I wanna save the results in a variable, do some checks in it locally
k
Kevin Kho
05/13/2021, 4:20 PM
Yeah you’d have to put this logic as a task and then the task can be mapped inside the flow.
r
Ravikiran Sharvirala
05/13/2021, 11:52 PM
@Kevin Kho
thank you, I was able to interact with results
👍 1
3
Views
Open in Slack
Previous
Next