vincbeck commented on issue #53936: URL: https://github.com/apache/airflow/issues/53936#issuecomment-3144821155
I see. I think this is a bug. The pages "list dag runs" and "list task instances" in the dags list page are not specific to a Dag. Their intent is to list all Dag runs (or task instances) across all dags. That's why we are checking whether the user has access to access all dags. But instead, we should check whether the user has access to at least one dag. I'll work on it -- 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]
