utkarsharma2 commented on code in PR #34669:
URL: https://github.com/apache/airflow/pull/34669#discussion_r1340935961


##########
airflow/providers/http/operators/http.py:
##########
@@ -171,3 +184,103 @@ 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):

Review Comment:
   @Joffreybvn I'm not sure what, but the name could be improved. WDYT?



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