dheerajturaga commented on code in PR #62361:
URL: https://github.com/apache/airflow/pull/62361#discussion_r2843583961


##########
airflow-core/src/airflow/utils/db_manager.py:
##########
@@ -175,10 +174,6 @@ def __init__(self):
             managers = []
         else:
             managers = managers_config.split(",")
-        # Add DB manager specified by auth manager (if any)
-        auth_manager_db_manager = create_auth_manager().get_db_manager()

Review Comment:
   This means we are completely removing support for db manager via the auth 
path. I agree we don't need this anymore 



##########
airflow-core/src/airflow/utils/db_manager.py:
##########
@@ -175,10 +174,6 @@ def __init__(self):
             managers = []
         else:
             managers = managers_config.split(",")
-        # Add DB manager specified by auth manager (if any)
-        auth_manager_db_manager = create_auth_manager().get_db_manager()

Review Comment:
   This means we are completely removing support for db manager via the auth 
path. I agree we don't need this anymore 



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