This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a6dd14e4d73 Add comment to remove `get_db_manager` method from FAB 
provider (#62361)
a6dd14e4d73 is described below

commit a6dd14e4d7352b907e4ea88ee2ab404448266ce4
Author: Vincent <[email protected]>
AuthorDate: Tue Feb 24 14:00:52 2026 -0500

    Add comment to remove `get_db_manager` method from FAB provider (#62361)
---
 .../fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py 
b/providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py
index ad08149fbd8..f460127ad9e 100644
--- a/providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py
+++ b/providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py
@@ -662,6 +662,8 @@ class FabAuthManager(BaseAuthManager[User]):
 
     @staticmethod
     def get_db_manager() -> str | None:
+        # This method can be removed once the min Airflow version supported in 
FAB provider is >= 3.2
+        # https://github.com/apache/airflow/pull/62308 auto uses DB managers 
from installed providers
         return "airflow.providers.fab.auth_manager.models.db.FABDBManager"
 
     def _is_authorized(

Reply via email to