jscheffl commented on code in PR #61917:
URL: https://github.com/apache/airflow/pull/61917#discussion_r3042856099
##########
providers/fab/src/airflow/providers/fab/auth_manager/models/db.py:
##########
@@ -66,7 +67,8 @@ class FABDBManager(BaseDBManager):
def create_db_from_orm(self):
super().create_db_from_orm()
- db, flask_app = _get_flask_db(settings.SQL_ALCHEMY_CONN)
+ sql_conn = settings.get_sql_alchemy_conn() if AIRFLOW_V_3_2_PLUS else
settings.SQL_ALCHEMY_CONN
Review Comment:
Oh, meanwhile this needs adjustments assuming this is merged post 3.2.0
release!
--
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]