Jay Zelenkov created AIRFLOW-319:
------------------------------------

             Summary: Optionally push HTTP response from HTTP_simple_operator 
to XCom
                 Key: AIRFLOW-319
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-319
             Project: Apache Airflow
          Issue Type: Improvement
          Components: operators
    Affects Versions: Airflow 1.8
            Reporter: Jay Zelenkov
            Assignee: Jay Zelenkov
            Priority: Minor
             Fix For: Airflow 1.8


Documentation suggests that any operator's execute method that returns value 
should push it into XCom: 
http://airflow.incubator.apache.org/concepts.html#xcoms

{quote}
In addition, if a task returns a value (either from its Operator’s execute() 
method, or from a PythonOperator’s python_callable function), then an XCom 
containing that value is automatically pushed.
{quote}

----

This issue addresses missing xcom push behavior in {{http_operator}}

Current implementation follows a pattern used in {{BashOperator}} and suggested 
by [mistercrunch|https://github.com/mistercrunch] in [GitHub PR 
658|https://github.com/apache/incubator-airflow/pull/658]




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to