I'm trying to use SimpleHttpOperator
to consume a RESTful API. But, as the name suggests, it only supports the HTTP protocol, where I need to consume an HTTPS URI.
Now, I have to use either the requests
object from Python or handle the invocation from within the application code. But this may not be a standard way. So, I'm looking for any other options available to consume HTTPS URI from within Airflow.