You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Fokko Driesprong (Jira)" <ji...@apache.org> on 2019/10/29 12:48:00 UTC

[jira] [Created] (AIRFLOW-5804) Batch the xcom pull operation

Fokko Driesprong created AIRFLOW-5804:
-----------------------------------------

             Summary: Batch the xcom pull operation
                 Key: AIRFLOW-5804
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5804
             Project: Apache Airflow
          Issue Type: Improvement
          Components: xcom
    Affects Versions: 1.10.5
            Reporter: Fokko Driesprong
            Assignee: Fokko Driesprong
             Fix For: 2.0.0


Right now the xcom_pull of the task_instance will call XCom.get_one many times, therefore I'd like to change this to XCom.get_many.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)