vincbeck commented on issue #53936: URL: https://github.com/apache/airflow/issues/53936#issuecomment-3156064074
> > For now, only the dag related APIs are concerned because Dag is the only resource having fine grained access on list thanks to get_authorized_dag_ids > > I don’t think that’s the case, if I recall correctly we have something similar for Taskinstances and DagRun listing, which under the hood call the authorized_dag_id. (I’m on my phone so it’s hard to link to it, I’ll check tomorrow I might be wrong though) Yes you are correct, that's what I refer to "dag related APIs". I should have explained better but what I meant it is, only APIs related to dag and resource related to dag (task instances, Xcom, logs, ...) are concerned -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org