Sander
05/08/2022, 6:33 PMAnna Geller
postgres DB for one thing, and then you may use orion database for Prefect 2.0. Here is how you could configure that:
export PREFECT_ORION_DATABASE_CONNECTION_URL="<postgresql+asyncpg://postgres:yourTopSecretPassword@localhost:5432/orion>"Anna Geller