wolfier commented on issue #29897:
URL: https://github.com/apache/airflow/issues/29897#issuecomment-2259556807

   I am unable to replicate the behaviour in Airflow 2.5.1 or 2.6.3. In the 
original scenario, the custom role does not have the respective read on DAG 
permission.
   
   The role must have all the following to see import errors of the respective 
DAG the role can read.
   * can read on Website
   * can read on DAG:<insert_dag_Id>
   
   A role with the following permissions can see ALL import errors.
   * can read on Website
   * can read on DAGs
   
   I believe the permission `can read on ImportError` does not impact whether a 
user can see the import errors in Airflow 2.5.1 or 2.6.3.
   
   This is not true on Airflow 2.9.3.
   
   The role must have all the following to see import errors of the respective 
DAG the role can read.
   * can read on Website
   * can read on ImportError
   * can read on DAG:<insert_dag_Id>
   
   The role must have all the following to see import errors to see all import 
errors DAG.
   * can read on Website
   * can read on ImportError
   * can read on DAGs


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to