mik-laj 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_r352893158
########## 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: Ok. Agree. I will remove it. ---------------------------------------------------------------- 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
