[ 
https://issues.apache.org/jira/browse/AIRFLOW-5804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16978475#comment-16978475
 ] 

ASF subversion and git services commented on AIRFLOW-5804:
----------------------------------------------------------

Commit 9ed4895263f8683a576c3fb332598c5efb26284b in airflow's branch 
refs/heads/master from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=9ed4895 ]

[AIRFLOW-5804] Batch the xcom pull operation (#6461)

* [AIRFLOW-5804] Batch the xcom pull operation

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.

Databases love batches

* Fix flake8


> 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
>            Priority: Major
>             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)

Reply via email to