marengaz commented on a change in pull request #4056: [AIRFLOW-3207] option to 
stop task pushing result to xcom
URL: https://github.com/apache/incubator-airflow/pull/4056#discussion_r228527405
 
 

 ##########
 File path: airflow/models.py
 ##########
 @@ -2473,6 +2476,7 @@ def __init__(
             run_as_user=None,
             task_concurrency=None,
             executor_config=None,
+            do_xcom_push=True,
 
 Review comment:
   if i was rewriting airflow from scratch, i would agree with you @itscaro. 
   but in this instance, were airflow is looking to mature a bit, i agree with 
@ashb; we should preserve bw compat where possible.

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