ashb commented on a change in pull request #6697: [AIRFLOW-6135] Extract DAG 
processing from SchedulerJob into separate class
URL: https://github.com/apache/airflow/pull/6697#discussion_r352546049
 
 

 ##########
 File path: airflow/jobs/__init__.py
 ##########
 @@ -23,4 +23,4 @@
 from airflow.jobs.backfill_job import BackfillJob  # noqa: F401
 from airflow.jobs.base_job import BaseJob  # noqa: F401
 from airflow.jobs.local_task_job import LocalTaskJob  # noqa: F401
-from airflow.jobs.scheduler_job import DagFileProcessor, SchedulerJob  # noqa: 
F401
+from airflow.jobs.scheduler_job import DagFileProcessor, 
DagFileProcessorRunner, SchedulerJob  # noqa: F401
 
 Review comment:
   I would say we shouldn't export this here -- it's not a job and not needed 
for any of the rest of the jobs.
   
   

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