gopidesupavan commented on code in PR #44552:
URL: https://github.com/apache/airflow/pull/44552#discussion_r1866207444
##########
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:
The `use_pydantic_models` used in python operator
https://github.com/apache/airflow/blob/main/providers/src/airflow/providers/standard/utils/python_virtualenv_script.jinja2#L81,
might be changes required in here aswell?
--
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]