ashb commented on a change in pull request #6182: [AIRFLOW-3877] -Changing full 
file path in scheduler
URL: https://github.com/apache/airflow/pull/6182#discussion_r331405404
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -1092,7 +1099,7 @@ def _enqueue_task_instances_with_queued_state(self, 
simple_dag_bag,
                 ignore_task_deps=False,
                 ignore_ti_state=False,
                 pool=simple_task_instance.pool,
-                file_path=simple_dag.full_filepath,
+                file_path=change_file_path(simple_dag.full_filepath),
 
 Review comment:
   I'm also wondering if it makes more sense to do this change in the 
processor/parser process rather than here?

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