davzucky
04/28/2022, 11:58 AMAnna Geller
davzucky
04/28/2022, 12:12 PMAnna Geller
davzucky
04/28/2022, 12:25 PMAnna Geller
export PREFECT_ORION_DATABASE_CONNECTION_URL="<postgresql+asyncpg://yb_db_user:yb_pwd@yb_host:5433/db_name>"
this would work because YougabyteDB supports SQLAlchemydavzucky
04/28/2022, 12:57 PMAnna Geller
asyncpg
, and we also run migrations via Alembic, so those use cases don't go through Hasura and you would need to be more careful in those use cases
So the bottom line is: there is no dedicated support for YugabyteDB but with some work on your end it could work, but no guarantee.
But from a long-term perspective, you may be better off if you start using it with Prefect 2.0 - due to the ORM layer rather than Hasura, this is much easier