Skip to content

SimpleHttpOperator Missing from Standard Providers #50712

@dadonnelly316

Description

@dadonnelly316

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?

https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html#provider-refactor-standardization

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions