feluelle commented on a change in pull request #7561: [AIRFLOW-6937] Inline
_get_simple_dags method in SchedulerJob
URL: https://github.com/apache/airflow/pull/7561#discussion_r385629989
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -1552,7 +1549,7 @@ def _execute_helper(self):
self.log.debug("Waiting for processors to finish since we're
using sqlite")
self.processor_agent.wait_until_finished()
- simple_dags = self._get_simple_dags()
+ simple_dags = self.processor_agent.harvest_simple_dags()
Review comment:
👍
----------------------------------------------------------------
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