Hi,
In Prefect 1.0 we are using prefect.tasks.postgres.postgres to perform dtabase operations on Postgres database. In Prefect 2.0, prefect.tasks.postgres.postgres are no longer supported, after some reseach I found two ways to do Postgres operations prefect-postgres and prefect-sqlalchemy.
Can anybody please guide which one I should use?