tirkarthi commented on code in PR #43944:
URL: https://github.com/apache/airflow/pull/43944#discussion_r1839391619
##########
dev/breeze/tests/test_packages.py:
##########
@@ -221,6 +221,7 @@ def test_get_documentation_package_path():
"""
"apache-airflow-providers-common-sql>=1.17.0",
"apache-airflow>=2.8.0",
+ "asyncpg>=0.30.0",
Review Comment:
psycopg 3 also has async support but might conflict with psycopg 2 already
installed.
https://www.psycopg.org/psycopg3/docs/advanced/async.html
https://docs.sqlalchemy.org/en/20/dialects/postgresql.html#module-sqlalchemy.dialects.postgresql.psycopg
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]