vincbeck commented on code in PR #69790:
URL: https://github.com/apache/airflow/pull/69790#discussion_r3571509271
##########
airflow-core/src/airflow/api_fastapi/auth/managers/base_auth_manager.py:
##########
@@ -365,6 +365,28 @@ def is_authorized_view(
:param user: the user to performing the action
"""
+ def is_authorized_view_for_team(
Review Comment:
Cannot we update `is_authorized_view` and add `team_name as optional
parameter? I would prefer this option to keep it consistent with the rest of
methods
--
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]