darkag commented on issue #46863:
URL: https://github.com/apache/airflow/issues/46863#issuecomment-2969535622
hello, tryed with the latest (5.3.0) version of
apache-airflow-providers-http, still doesn't work.
As said in first message, it's linked to the serialization of AuthType, so
it works if you don't have login/password in your connection parameters but not
if you do.
here is full stacktrace
`[2025-06-13, 09:59:54 CEST] {taskinstance.py:3313} ERROR - Task failed with
exception
Traceback (most recent call last):
File
"/home/user/.local/lib/python3.11/site-packages/airflow/models/taskinstance.py",
line 768, in _execute_task
result = _execute_callable(context=context, **execute_callable_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/user/.local/lib/python3.11/site-packages/airflow/models/taskinstance.py",
line 734, in _execute_callable
return ExecutionCallableRunner(
^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/user/.local/lib/python3.11/site-packages/airflow/utils/operator_helpers.py",
line 252, in run
return self.func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/user/.local/lib/python3.11/site-packages/airflow/models/baseoperator.py",
line 1816, in resume_execution
return execute_callable(context)
^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/user/.local/lib/python3.11/site-packages/airflow/providers/http/operators/http.py",
line 279, in execute_complete
raise AirflowException(f"Unexpected error in the operation:
{event['message']}")
airflow.exceptions.AirflowException: Unexpected error in the operation:
'NoneType' object is not callable`
--
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]