ashb commented on code in PR #44552:
URL: https://github.com/apache/airflow/pull/44552#discussion_r1874999017


##########
airflow/serialization/serialized_objects.py:
##########
@@ -784,7 +724,7 @@ def default_serialization(cls, strict, var) -> str:
         return str(var)
 
     @classmethod
-    def deserialize(cls, encoded_var: Any, use_pydantic_models=False) -> Any:
+    def deserialize(cls, encoded_var: Any) -> Any:

Review Comment:
   We haven't tackled context yet, but these models can be removed and we'll 
add back the ones we need in the execution SDK (some will be very different, 
some similar) so merge when ever you are happy with this 



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