ashb commented on code in PR #67800:
URL: https://github.com/apache/airflow/pull/67800#discussion_r3348402008


##########
airflow-core/docs/howto/set-up-database.rst:
##########
@@ -233,6 +233,13 @@ For more information regarding setup of the PostgreSQL 
connection, see `PostgreS
 
    See also :ref:`Helm Chart production guide <production-guide:pgbouncer>`
 
+   Some Airflow database routes use an async engine (the Execution API, for 
example). The asyncpg

Review Comment:
   I think instead of just noting this (which will get ignored/missed by many 
users) we should change the default async to psycopg3. The only reason we had 
it set up as asyncpg was because we were stuck on SQLA1.4, but you've already 
fixed that :)
   



-- 
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]

Reply via email to