stale[bot] closed pull request #2192: [AIRFLOW-1044] base_task_runner fix for 
Task RUn Ignoring dependencies
URL: https://github.com/apache/incubator-airflow/pull/2192
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/task_runner/base_task_runner.py 
b/airflow/task_runner/base_task_runner.py
index 51c382561b..05b41ad223 100644
--- a/airflow/task_runner/base_task_runner.py
+++ b/airflow/task_runner/base_task_runner.py
@@ -78,6 +78,7 @@ def __init__(self, local_task_job):
             raw=True,
             ignore_all_deps=local_task_job.ignore_all_deps,
             ignore_depends_on_past=local_task_job.ignore_depends_on_past,
+            ignore_task_deps=local_task_job.ignore_task_deps,
             ignore_ti_state=local_task_job.ignore_ti_state,
             pickle_id=local_task_job.pickle_id,
             mark_success=local_task_job.mark_success,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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