mik-laj commented on a change in pull request #7481: [AIRFLOW-6862][DONT-MERGE]
Do not check the freshness of fresh DAG
URL: https://github.com/apache/airflow/pull/7481#discussion_r384934871
##########
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:
I prefer not to add type annotations for core classes. We have a problem
with cyclical imports.
----------------------------------------------------------------
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