You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/05 12:07:36 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #16659: Refactor: Remove processor_factory from DAG processing

ephraimbuddy commented on a change in pull request #16659:
URL: https://github.com/apache/airflow/pull/16659#discussion_r663879970



##########
File path: tests/dag_processing/test_manager.py
##########
@@ -92,7 +92,7 @@ def result(self):
         return self._result
 
     @staticmethod
-    def _fake_dag_processor_factory(file_path, callbacks, dag_ids, pickle_dags):
+    def _create_process(file_path, callbacks, dag_ids, pickle_dags):

Review comment:
       Yeah. You're right. 




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org