This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a change to branch v3-0-stable in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 900e68250ce Update default branches for 3-0 add d4373f6cc50 python_named_parameters should be python_named_params (#46299) add cfa8e68e1fb Only update docs inventory cache from a single docs build matrix job (#46310) add 984c61d2871 Swap CeleryExecutor over to use TaskSDK for execution. (#46265) add da95af72420 Fix branch used for constraints in k8s env creation (#46318) new 300d1df4537 Update default branches for 3-0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (900e68250ce) \ N -- N -- N refs/heads/v3-0-stable (300d1df4537) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/ci-image-checks.yml | 4 +- airflow/executors/base_executor.py | 45 ++++++-- airflow/executors/workloads.py | 4 +- airflow/jobs/scheduler_job_runner.py | 4 +- .../src/airflow_breeze/utils/kubernetes_utils.py | 4 +- .../operators/run_now.rst | 2 +- .../howto/docker-compose/docker-compose.yaml | 20 ++++ generated/provider_dependencies.json | 2 +- providers/celery/README.rst | 8 +- providers/celery/pyproject.toml | 4 +- .../airflow/providers/celery/cli/celery_command.py | 5 + .../providers/celery/executors/celery_executor.py | 48 ++++++-- .../celery/executors/celery_executor_utils.py | 88 ++++++++++---- .../celery/executors/celery_kubernetes_executor.py | 4 +- .../providers/celery/executors/default_celery.py | 15 ++- .../airflow/providers/celery/get_provider_info.py | 2 +- .../celery/executors/test_celery_executor.py | 18 +-- .../amazon/aws/executors/batch/batch_executor.py | 4 +- .../providers/amazon/aws/executors/ecs/utils.py | 3 +- .../executors/kubernetes_executor_utils.py | 2 +- .../aws/executors/batch/test_batch_executor.py | 16 +-- .../src/airflow/sdk/execution_time/supervisor.py | 52 ++++----- task_sdk/src/airflow/sdk/log.py | 53 ++++++--- .../integration/executors/test_celery_executor.py | 126 ++++++++++----------- 24 files changed, 339 insertions(+), 194 deletions(-)