aritra24 commented on PR #46206:
URL: https://github.com/apache/airflow/pull/46206#issuecomment-2621659470

   The failures do not seem related, @eladkal is there any place I can find out 
if these are flaky tests or have been failing off late?
   I see errors like so, which don't seem related to this pr.
   ```
     airflow/api_connexion/endpoints/dag_run_endpoint.py:279: in 
get_dag_runs_batch
         readable_dag_ids = 
get_auth_manager().get_permitted_dag_ids(methods=["GET"], user=g.user)
     airflow/utils/session.py:101: in wrapper
         return func(*args, session=session, **kwargs)
     airflow/auth/managers/base_auth_manager.py:398: in get_permitted_dag_ids
         return self.filter_permitted_dag_ids(dag_ids=dag_ids, methods=methods, 
user=user)
     airflow/auth/managers/base_auth_manager.py:417: in filter_permitted_dag_ids
         if ("GET" in methods and self.is_authorized_dag(method="GET", 
user=user)) or (
     airflow/auth/managers/simple/simple_auth_manager.py:183: in 
is_authorized_dag
         return self._is_authorized(
     airflow/auth/managers/simple/simple_auth_manager.py:296: in _is_authorized
         user_role = user.get_role()
     E   AttributeError: 'NoneType' object has no attribute 'get_role'
   ```


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