jens-scheffler-bosch commented on code in PR #34669:
URL: https://github.com/apache/airflow/pull/34669#discussion_r1340566006


##########
airflow/providers/http/operators/http.py:
##########
@@ -171,3 +184,102 @@ def execute_complete(self, context: Context, event: dict):
             return self.process_response(context=context, response=response)
         else:
             raise AirflowException(f"Unexpected error in the operation: 
{event['message']}")
+
+
+class ExtendedHttpOperator(SimpleHttpOperator):
+    """
+    Extends the functionalities of the SimpleHttpOperator.
+
+    Support advanced use-cases with a wider range of features. Depending on 
the usage,
+    this Operator car potentially be more memory and CPU intensive compared to 
the SimpleHttpOperator.

Review Comment:
   ```suggestion
       this Operator can potentially be more memory and CPU intensive compared 
to the SimpleHttpOperator.
   ```



-- 
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]

Reply via email to