milton0825 commented on a change in pull request #5498: [AIRFLOW-4509] 
SubDagOperator using scheduler instead of backfill
URL: https://github.com/apache/airflow/pull/5498#discussion_r305691025
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -1434,6 +1438,23 @@ def _execute_helper(self):
 
         settings.Session.remove()
 
+    def _find_dags_to_process(self, dags: List[DAG], paused_dag_ids: 
List[str]):
 
 Review comment:
   Changed it to `Set`.

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


With regards,
Apache Git Services

Reply via email to