This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 13ad95aa36a Fix bug in retrieving Connections from DB (#48807)
add 1025474d28a Add `ti` to the RemoteLogIO read and upload methods
(#48804)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/jobs/triggerer_job_runner.py | 15 ++++++++++-----
airflow-core/src/airflow/logging/remote.py | 5 +++--
airflow-core/src/airflow/utils/log/file_task_handler.py | 2 +-
.../providers/alibaba/cloud/log/oss_task_handler.py | 10 ++++++----
.../providers/amazon/aws/log/cloudwatch_task_handler.py | 11 ++++++-----
.../airflow/providers/amazon/aws/log/s3_task_handler.py | 12 ++++++++----
.../providers/google/cloud/log/gcs_task_handler.py | 12 ++++++++----
.../providers/microsoft/azure/log/wasb_task_handler.py | 11 +++++++----
task-sdk/src/airflow/sdk/execution_time/supervisor.py | 6 +++++-
task-sdk/src/airflow/sdk/log.py | 5 +++--
10 files changed, 57 insertions(+), 32 deletions(-)