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 9f7c10b Fix deleting of zipped Dags in Serialized Dag Table (#18243)
add e7925d8 Fix external_executor_id not being set for manually run jobs
(#17207)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/task_command.py | 9 ++++-
airflow/executors/celery_executor.py | 16 +++++----
airflow/jobs/local_task_job.py | 3 ++
airflow/models/taskinstance.py | 4 +++
tests/cli/commands/test_task_command.py | 62 +++++++++++++++++++++++++++++++++
tests/executors/test_celery_executor.py | 11 ++++--
6 files changed, 96 insertions(+), 9 deletions(-)