ferruzzi commented on code in PR #55682:
URL: https://github.com/apache/airflow/pull/55682#discussion_r2350185428


##########
providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py:
##########
@@ -437,6 +437,26 @@ def filter_authorized_menu_items(self, menu_items: 
list[MenuItem], user: User) -
             )
         ]
 
+    @provide_session
+    def get_authorized_connections(
+        self,
+        *,
+        user: User,
+        method: ResourceMethod = "GET",

Review Comment:
   Ah, you are overriding another method, so need those for compat reasons.   
nvm



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