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

kaxilnaik pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 57a8afd  Fixed #14270: Add error message in OOM situations (#15207)
     new 50a1666  Fix celery executor bug trying to call len on map (#14883)
     new 091fae9  Bugfix: Fix overriding `pod_template_file` in 
KubernetesExecutor (#15197)
     new ce0ca24  Update import path and fix typo in `dag-run.rst` (#15201)
     new 7d192de  Fix mistake and typos in doc/docstrings (#15180)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../example_kubernetes_executor_config.py          |  3 +-
 airflow/executors/celery_executor.py               |  3 +
 airflow/executors/kubernetes_executor.py           |  2 +-
 .../basic_template.yaml                            |  4 +-
 airflow/providers/apache/hive/hooks/hive.py        |  2 +-
 airflow/utils/timezone.py                          |  4 +-
 docs/apache-airflow/dag-run.rst                    |  8 +-
 docs/apache-airflow/executor/kubernetes.rst        |  2 +-
 .../basic_template.yaml}                           | 19 +++--
 tests/executors/test_kubernetes_executor.py        | 91 +++++++++++++++++++++-
 10 files changed, 118 insertions(+), 20 deletions(-)
 copy tests/{kubernetes/basic_pod.yaml => 
executors/kubernetes_executor_template_files/basic_template.yaml} (75%)

Reply via email to