Lxstr commented on PR #37767:
URL: https://github.com/apache/airflow/pull/37767#issuecomment-1975021151

   I have 0.7.0rc1 now available. I would appreciate any help with the 
SQLAlchemy interface. I do not personally use SQLAlchemy but I've tried to fix 
a number of issues and also add cleanup functionality. 
   
   It should only save sessions when there is an actual value set to the 
session. So there should be no more need for Airflow's `SessionExemptMixin`.
   
   Also note I have had to change to interfaces from 
`flask_session.SQLAlchemySessionInterface` to 
`flask_session.sqlalchemy.SqlAlchemySessionInterface` for maintainability. The 
params should be backwards compatible though.


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