Lee-W commented on code in PR #44557: URL: https://github.com/apache/airflow/pull/44557#discussion_r1867272548
########## 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: I'll continue reviewing once we agree on whether we want to use pickle 🙂 ########## 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: I'm not sure here 🤔 I thought Airflow wanted to avoid pickle as much as possible. @eladkal 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]
