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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
