You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/30 04:12:59 UTC

[GitHub] [airflow] uranusjr commented on issue #24742: Import errors thrown by *new* DAGs are hidden from RBAC users' web ui

uranusjr commented on issue #24742:
URL: https://github.com/apache/airflow/issues/24742#issuecomment-1170734530

   Hmm this is difficult. Since the file cannot be parsed, a DAG can never be produced, and thus the associated ImportError cannot have a valid `dag_id`. But we can’t just show all ImportError entries without a valid `dag_id` since that might include code that the user is not supposed to see.
   
   Perhaps we should add a new interface on the security manager, say `is_import_error_accessible`, for this purpose specifically?


-- 
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-unsubscribe@airflow.apache.org

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