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(-)

Reply via email to