Taragolis commented on code in PR #39293:
URL: https://github.com/apache/airflow/pull/39293#discussion_r1588860590


##########
airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -1506,14 +1506,15 @@ def add_user(
             user.username = username
             user.email = email
             user.active = True
+            self.get_session.add(user)

Review Comment:
   I guess that is Models from the 
[FAB](https://github.com/dpgaspar/Flask-AppBuilder), which do not supports SA20 
neither.
   
   cc: @vincbeck maybe you have information about it?



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