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 2023/01/09 20:27:53 UTC

[airflow] branch main updated (ff48ba1ad4 -> 3ececb2c79)

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 ff48ba1ad4 Clear DB before individual module tests (#28631)
     add 3ececb2c79 Propagate logs to stdout when in k8s executor pod (#28440)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/task_command.py               | 124 ++++++++---
 airflow/settings.py                                |   2 +
 airflow/utils/log/file_task_handler.py             |  35 ++-
 airflow/utils/log/logging_mixin.py                 |  13 +-
 tests/cli/commands/test_task_command.py            | 109 +++++++++
 .../task/task_runner/test_standard_task_runner.py  | 248 ++++++++++-----------
 6 files changed, 362 insertions(+), 169 deletions(-)