kandharvishnu commented on code in PR #44557:
URL: https://github.com/apache/airflow/pull/44557#discussion_r1869438747


##########
providers/src/airflow/providers/http/sensors/http.py:
##########
@@ -17,10 +17,14 @@
 # under the License.
 from __future__ import annotations
 
+import base64
+import pickle

Review Comment:
   @Lee-W @potiuk I will change it to `cloudpickle`. 
   
   But I see the `HttpOperator` uses the pickle currently 
([link](https://github.com/apache/airflow/blob/9bd1c4064035a4ee206b07055b3daff2700e2e74/providers/src/airflow/providers/http/operators/http.py#L21))
 for deferrable. 
   
   Please let me know whether we need to change it 



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