You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by on...@apache.org on 2023/02/07 04:23:04 UTC

[airflow] branch main updated (1ed08028ef -> fa80c49781)

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

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


    from 1ed08028ef Fix grid logs for large logs (#29390)
     add fa80c49781 Remove executor coupling in conf validation (#29343)

No new revisions were added by this update.

Summary of changes:
 airflow/configuration.py                           | 11 +++++------
 airflow/executors/base_executor.py                 |  1 +
 airflow/executors/celery_kubernetes_executor.py    |  7 +++----
 airflow/executors/debug_executor.py                |  1 +
 airflow/executors/local_kubernetes_executor.py     |  7 +++----
 airflow/executors/sequential_executor.py           |  2 +-
 tests/executors/test_base_executor.py              |  4 ++++
 tests/executors/test_celery_kubernetes_executor.py |  3 +++
 tests/executors/test_debug_executor.py             |  6 ++++++
 tests/executors/test_local_kubernetes_executor.py  |  3 +++
 tests/executors/test_sequential_executor.py        |  3 +++
 11 files changed, 33 insertions(+), 15 deletions(-)