jedcunningham commented on a change in pull request #21478:
URL: https://github.com/apache/airflow/pull/21478#discussion_r803283091



##########
File path: airflow/utils/db.py
##########
@@ -55,6 +55,9 @@
 
 # We need to add this model manually to get reset working well
 from airflow.models.serialized_dag import SerializedDagModel  # noqa: F401
+
+# Alias this to WebSession so it doesn't conflict with sqla.orm.session.Session
+from airflow.models.session import Session as WebSession  # noqa: F401

Review comment:
       No longer an issue 🎉




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