You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/11/19 04:27:13 UTC

[airflow] branch main updated (5890b083b1 -> 0438628ffd)

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

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


    from 5890b083b1 Document dag_file_processor_timeouts metric as deprecated (#27067)
     add 0438628ffd Allow hyphens in pod id used by k8s executor (#27737)

No new revisions were added by this update.

Summary of changes:
 airflow/kubernetes/kubernetes_helper_functions.py  | 28 +++----
 .../kubernetes/test_kubernetes_helper_functions.py | 86 ++++++++++++++++++++++
 2 files changed, 95 insertions(+), 19 deletions(-)
 create mode 100644 tests/kubernetes/test_kubernetes_helper_functions.py