pierrejeambrun commented on PR #54197: URL: https://github.com/apache/airflow/pull/54197#issuecomment-3168345275
> Airflow uses get_authorized_dag_ids from auth manager to figure whether the user has access to at least one Dag That's true only for the fab auth manager. The interface we call is `is_authorized_dag` from the core API, which could or could not call that depending on the auth manager implementation. This is why we might want to keep it, or we could be breaking workflow for people with their own auth manager implemented doing some extra stuff there. -- 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]
