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_r229271642
 
 

 ##########
 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:
   Airflow currently operates as If this value has True by default -- if I 
write a custom operator and `return "foo"` from it that will make it to XCom. 
This is the behaviour we need to keep.

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