Shintaro Murakami created AIRFLOW-2567: ------------------------------------------
Summary: Allow Kubernetes Pod Operator to extract result from the container as Xcom Key: AIRFLOW-2567 URL: https://issues.apache.org/jira/browse/AIRFLOW-2567 Project: Apache Airflow Issue Type: Improvement Components: operators Affects Versions: 1.10.0 Reporter: Shintaro Murakami In order to simplify the construction of DAG, it is useful to be able to extract the execution result of the container as XCom. Users will be able to do this by writing the result as the `result.json` in `/airflow/xcom` directory mounted on the container automatically. This function is realized by Pod's sidecar container. -- This message was sent by Atlassian JIRA (v7.6.3#76005)