pierrejeambrun commented on code in PR #44187:
URL: https://github.com/apache/airflow/pull/44187#discussion_r1848646612
##########
airflow/settings.py:
##########
@@ -516,6 +522,7 @@ def _session_maker(_engine):
)
Session = scoped_session(_session_maker(engine))
+ NonScopedSession = _session_maker(engine)
Review Comment:
That I think will work. What is not working is the thread local registry.
--
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]