XD-DENG commented on a change in pull request #11027:
URL: https://github.com/apache/airflow/pull/11027#discussion_r493472025



##########
File path: airflow/www/security.py
##########
@@ -307,28 +306,6 @@ def get_accessible_dags(self, user_action, user, 
session=None):
 
         return session.query(DagModel).filter(DagModel.dag_id.in_(resources))
 
-    def get_accessible_dag_ids(self, username=None):

Review comment:
       get_accessible_dag_ids() returns a SET, while get_readable_dag_ids() 
returns a LIST. This may bring some impacts.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to