Hello, (how) does prefect work with asyncio? E.g. ...
# data-ecosystem
r
Hello, (how) does prefect work with asyncio? E.g. with asyncpg?
c
Hi @Roman Zydyk - you might find these examples useful for using asyncio in your code. The default (and requirement) for Prefect when using Postgres as the backing db is to use asyncpg.
r
Thank you