Description
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
- I agree to follow this project's Code of Conduct