ashb commented on code in PR #55836:
URL: https://github.com/apache/airflow/pull/55836#discussion_r2359501425
##########
airflow-core/src/airflow/serialization/serialized_objects.py:
##########
@@ -2646,7 +2646,7 @@ def to_dict(cls, var: Any) -> dict:
return json_dict
@staticmethod
- def conversion_v1_to_v2(ser_obj: dict):
+ def conversion_v1_to_v3(ser_obj: dict):
Review Comment:
I was thinking we would follow cadwyn style, and have 1->2, and 2->3?
--
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]