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 e7e83254db Add pre-commit to check attrs of TI and TIHistory (#40846)
add f684a58822 Replace usages of task context logger with the log table
(#40867)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 1 +
airflow/executors/base_executor.py | 42 ++++++-----
airflow/jobs/scheduler_job_runner.py | 82 +++++++++++++++-------
airflow/models/log.py | 24 +++++--
.../amazon/aws/executors/batch/batch_executor.py | 33 +++++----
.../amazon/aws/executors/ecs/ecs_executor.py | 37 ++++++----
airflow/www/static/js/types/api-generated.ts | 2 +-
.../aws/executors/batch/test_batch_executor.py | 48 +++++--------
.../amazon/aws/executors/ecs/test_ecs_executor.py | 56 +++++++--------
9 files changed, 192 insertions(+), 133 deletions(-)