Hello, (how) does prefect work with asyncio? E.g. with asyncpg?
c
Chris Reuter
06/05/2023, 12:46 PM
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.