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


##########
airflow-core/src/airflow/serialization/serialized_objects.py:
##########
@@ -2663,7 +2663,7 @@ def conversion_v1_to_v2(ser_obj: dict):
             "_operator_extra_links",
         ]
 
-        ser_obj["__version"] = 2
+        ser_obj["__version"] = 3

Review Comment:
   Nit: the fn still says v1 to v2. Change this or the fn name. My pref is this
   ```suggestion
           ser_obj["__version"] = 2
   ```



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