dstandish commented on code in PR #43944:
URL: https://github.com/apache/airflow/pull/43944#discussion_r1841055133
##########
airflow/settings.py:
##########
@@ -441,6 +463,9 @@ def configure_orm(disable_connection_pool=False,
pool_class=None):
global Session
global engine
+ global async_engine
+ global create_async_session
Review Comment:
why @ashb ?
--
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]