This is an automated email from the ASF dual-hosted git repository.
turaga pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from dace2474ad9 Strip api-url for airflowctl auth login which is failing
with trailing slash (#61245)
add 58f785a34e1 AIP-67 - Multi Team: Update Celery Executor to support
multi team (#60675)
No new revisions were added by this update.
Summary of changes:
.../airflow/providers/celery/cli/celery_command.py | 44 +++-
.../src/airflow/providers/celery/cli/definition.py | 5 +
.../providers/celery/executors/celery_executor.py | 39 ++--
.../celery/executors/celery_executor_utils.py | 90 +++++--
.../providers/celery/executors/default_celery.py | 260 +++++++++++----------
.../src/airflow/providers/celery/version_compat.py | 3 +-
.../integration/celery/test_celery_executor.py | 65 ++++--
.../tests/unit/celery/cli/test_celery_command.py | 109 ++++++++-
.../unit/celery/executors/test_celery_executor.py | 155 ++++++++++--
9 files changed, 583 insertions(+), 187 deletions(-)