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


##########
tests/serialization/test_dag_serialization.py:
##########
@@ -2204,7 +2204,7 @@ def test_params_serialize_default_2_2_0(self):
                 "fileloc": "/path/to/file.py",
                 "tasks": [],
                 "timezone": "UTC",
-                "params": [["str", {"__class": "airflow.models.param.Param", 
"default": "str"}]],
+                "params": [["str", {"__class": 
"airflow.sdk.definitions.param.Param", "default": "str"}]],

Review Comment:
   Name users import it as is different to canonically place where class lives.



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