hey guys, is there a way to use .map() and .submit...
# ask-community
g
hey guys, is there a way to use .map() and .submit() in asyncronous tasks in prefect 3? i'm trying to upgrade from version 2 but all my flows are async and anytime i try to await a mapped task i get this error: TypeError: object PrefectFutureList can't be used in 'await' expression
j
tasks created with map and submit get awaited with these API's https://prefect-python-sdk-docs.netlify.app/prefect/futures/
1
g
Thanks for that, i was kinda stuck on this