Fokko commented on a change in pull request #7481: [AIRFLOW-6862][WIP] Do not 
check the freshness of fresh DAG
URL: https://github.com/apache/airflow/pull/7481#discussion_r383705120
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -668,16 +668,14 @@ def _process_task_instances(self, dag, 
task_instances_list, session=None):
                     self.log.debug('Queuing task: %s', ti)
                     task_instances_list.append(ti.key)
 
-    def _process_dags(self, dagbag, dags, tis_out):
+    def _process_dags(self, dags, tis_out):
 
 Review comment:
   While at it, can we add type annotations?

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