-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Description
Apache Airflow Provider(s)
standard
Versions of Apache Airflow Providers
The SimpleHttpOperator seems to be missing from the standard providers, but the documentation says it should be included. If this is a documentation error then can the documentation be updated to let us know where to find this Operator? Is it deprecated?
Apache Airflow version
3.0.1
Operating System
Debian
Deployment
Other
Deployment details
Customer Airflow Deployment on Kubernetes on Debian and Python 3.9. Currently upgrading from 2.10 to 3.0.1
What happened
We aren't finding the SimpleHttpOperator in the standard providers
What you think should happen instead
The SimpleHttpOperator should be in the standard providers, or the documentation should indicate where to find this operator, or documentation should say it's deprecated and hopefully let us know if there's an alternative
How to reproduce
Pull down airflow locally and search this after allowing regex searches - Class \b(PythonOperator|SimpleHttpOperator)\b
you will see the PythonOperator in the standard provider, but the simple http operator is missing
Anything else
I've never committed to open source code. I would be willing to do a PR but I'm very unfamiliar with Airflow's codebase.
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