This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2b46b8fac42 Update taskinstance clear endpoint to support mapped tasks
(#45349)
add cc5f2f948d4 KubernetesPodOperator new callbacks and allow multiple
callbacks (#44357)
No new revisions were added by this update.
Summary of changes:
.../airflow/providers/cncf/kubernetes/callbacks.py | 95 ++++++++++++--
.../providers/cncf/kubernetes/operators/pod.py | 116 ++++++++++++-----
.../providers/cncf/kubernetes/utils/pod_manager.py | 12 +-
.../tests/cncf/kubernetes/operators/test_pod.py | 139 +++++++++++++++++++--
providers/tests/cncf/kubernetes/test_callbacks.py | 8 ++
.../cncf/kubernetes/utils/test_pod_manager.py | 2 +-
6 files changed, 314 insertions(+), 58 deletions(-)