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

 ##########
 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:
   Since this is a global flag, it should be true by default to not change the 
behaviour of all existing operators that push.
   
   I think?

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