You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by di...@apache.org on 2021/04/24 22:53:43 UTC

[airflow] branch master updated (a3b0a27 -> d3cc67a)

This is an automated email from the ASF dual-hosted git repository.

dimberman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from a3b0a27  Add code style note: no asserts (#15512)
     add d3cc67a  Fix timeout when using XCom with KubernetesPodOperator (#15388)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  8 +++
 airflow/kubernetes/pod_generator.py                | 27 ++--------
 .../cncf/kubernetes/operators/kubernetes_pod.py    |  4 +-
 .../cncf/kubernetes/utils/xcom_sidecar.py          | 57 ++++++++++++++++++++++
 kubernetes_tests/test_kubernetes_pod_operator.py   |  4 +-
 .../test_kubernetes_pod_operator_backcompat.py     |  2 +-
 6 files changed, 75 insertions(+), 27 deletions(-)
 create mode 100644 airflow/providers/cncf/kubernetes/utils/xcom_sidecar.py