I was trying to extend the Prefect AWS library whe...
# ask-community
d
I was trying to extend the Prefect AWS library when I ran into an error that asynchronous generators are not sync compatible. I'm not very savvy when it comes to asyncio or the Prefect executor. Could someone explain to me why?
https://github.com/PrefectHQ/prefect/pull/7009 A PR I found that mentions doubt over its feasibility, but doesn't go into why.