dabla commented on issue #47781:
URL: https://github.com/apache/airflow/issues/47781#issuecomment-2766045328

   I can confirm latest celery provider is still broken in 2.10.5:
   
   ```
   [2025-03-31T12:04:14.231+0000] {celery_executor.py:312} ERROR - Error 
sending Celery task: execute_command() takes 1 positional argument but 11 were 
given
   Celery Task ID: TaskInstanceKey(dag_id='anonymized_dag_id', 
task_id='extract_metering_point_data', 
run_id='scheduled__2025-03-30T00:00:00+00:00', try_number=2, map_index=8230)
   Traceback (most recent call last):
   File 
"/usr/local/lib/python3.9/site-packages/airflow/providers/celery/executors/celery_executor_utils.py",
 line 270, in send_task_to_executor
   result = task_to_run.apply_async(args=args, queue=queue)
   File "/usr/local/lib/python3.9/site-packages/celery/app/task.py", line 559, 
in apply_async
   check_arguments(*(args or ()), **(kwargs or {}))
   TypeError: execute_command() takes 1 positional argument but 11 were given
   ```


-- 
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]

Reply via email to