Currently, I’m managing some flows which uses Postgres Tasks functions of Prefect1.0. I was very pleased that Prefect2.0 added concurrency options as part of the open-source release, and I wanted to migrate some of our workflows to the 2.0 version as this would solve many of our issues.
I soon realized that this won’t be possible without quite heavily refactoring tasks, which uses the Postgres Task library from prefect.tasks.postgres.postgres.
Is there any plan to add these functions or its alternative to the Prefect 2.0 Collections?