ahipp13 commented on issue #29897: URL: https://github.com/apache/airflow/issues/29897#issuecomment-1779842177
@timlichen I am able to replicate this behavior with my setup. I have 2 roles: TEAM_ROLE:  Normal User role:  We run on kubernetes with a git sync sidecar. When we upload a DAG to this sidecar for the first time with this in the access control: access_control={'TEAM_ROLE': ['can_edit', 'can_read']} The team role cannot see the import error:  But the user role can:  So this is still an issue. I am looking into a workaround where it just emails out if there is an import error as I do not have the time to write my very own custom security manager -- 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]
