ashb commented on a change in pull request #4345: [AIRFLOW-3249] unify (and 
fix) pushing result to xcom
URL: https://github.com/apache/airflow/pull/4345#discussion_r254619787
 
 

 ##########
 File path: airflow/operators/bash_operator.py
 ##########
 @@ -38,9 +38,6 @@ class BashOperator(BaseOperator):
     :param bash_command: The command, set of commands or reference to a
         bash script (must be '.sh') to be executed. (templated)
     :type bash_command: str
-    :param xcom_push: If xcom_push is True, the last line written to stdout
-        will also be pushed to an XCom when the bash command completes.
 
 Review comment:
   I think  the info here that just the last line is returned to XCom needs to 
be preserved somewhere? (Possibly just as a new paragraph on line 37, before 
the params)

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