darkag opened a new issue, #46863:
URL: https://github.com/apache/airflow/issues/46863
### Apache Airflow Provider(s)
http
### Versions of Apache Airflow Providers
apache-airflow-providers-http 4.13.3
### Apache Airflow version
2.10.4
### Operating System
debian
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
Hello,
When runned with deferrable=True , HttpOperator fail with
TriggerEvent<{'status': 'error', 'message': "'NoneType' object is not
callable"}>
I'm not sure that's a bug since documentation doesn't mention that
deferrable is supported for the HttpOperator but since it works for sensor I
don't see why it wouldn't for operator.
As far as I've see, it's caused by auth_type that is not properly handled
during trigger serialization/deserialization, the HttpSensorTrigger doesn't try
to serialize it
### What you think should happen instead
_No response_
### How to reproduce
Try to run HttpOperator with deferrable set to True
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]