map() runs a Python function for each item in an iterable synchronously. To speed up the execution, map a function asynchronously with Prefect.
map()
For basic concepts of Prefect, check out the getting started tutorials.
Notifications