BasPH commented on a change in pull request #5303:  [AIRFLOW-4535] Break 
jobs.py into multiple files
URL: https://github.com/apache/airflow/pull/5303#discussion_r285372836
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -1059,6 +816,7 @@ def _find_executable_task_instances(self, simple_dag_bag, 
states, session=None):
         :type states: tuple[airflow.utils.state.State]
         :return: list[airflow.models.TaskInstance]
         """
+        from airflow.jobs.backfill_job import BackfillJob
 
 Review comment:
   Perhaps add a comment `# Avoid circular import`?

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