This is an automated email from the ASF dual-hosted git repository. vincbeck pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from c25858cb30 feat(slack): add unfurl options to slack notifier (#40694) add aca140a2c1 Send important executor logs to task logs (#40468) No new revisions were added by this update. Summary of changes: airflow/executors/base_executor.py | 20 ++++++++- .../amazon/aws/executors/ecs/ecs_executor.py | 37 ++++++++++------- airflow/utils/log/file_task_handler.py | 9 ++--- airflow/utils/log/task_context_logger.py | 28 ++++++++----- .../amazon/aws/executors/ecs/test_ecs_executor.py | 47 +++++++++++++--------- tests/test_utils/mock_executor.py | 4 +- tests/utils/log/test_task_context_logger.py | 19 +++++++++ 7 files changed, 110 insertions(+), 54 deletions(-)