JanuszWk commented on issue #47781:
URL: https://github.com/apache/airflow/issues/47781#issuecomment-2778095423
3.10.4 release still broken...
airflow-airflow-scheduler-1 | Traceback (most recent call last):
airflow-airflow-scheduler-1 | File
"/home/airflow/.local/lib/python3.12/site-packages/airflow/providers/celery/executors/celery_executor_utils.py",
line 270, in send_task_to_executor
airflow-airflow-scheduler-1 | result =
task_to_run.apply_async(args=args, queue=queue)
airflow-airflow-scheduler-1 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
airflow-airflow-scheduler-1 | File
"/home/airflow/.local/lib/python3.12/site-packages/celery/app/task.py", line
566, in apply_async
airflow-airflow-scheduler-1 | check_arguments(*(args or ()),
**(kwargs or {}))
airflow-airflow-scheduler-1 | TypeError: execute_command() takes 1
positional argument but 9 were given
airflow-airflow-scheduler-1 |
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]