amoghrajesh commented on code in PR #46176:
URL: https://github.com/apache/airflow/pull/46176#discussion_r1933354205
##########
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:
The new definition is the sole source of truth onwards, right? Why do we
want to retain these with the older classes?
--
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]