msumit commented on a change in pull request #19267:
URL: https://github.com/apache/airflow/pull/19267#discussion_r741599621



##########
File path: airflow/models/param.py
##########
@@ -49,6 +49,7 @@ class Param:
     """
 
     __NO_VALUE_SENTINEL = NoValueSentinel()
+    CLASS_IDENTIFIER = '__class'

Review comment:
       In the original PR, I initially used `__type` only, but Ash felt that it 
should be called `__class`, cause it would be representing a Param class & not 
a native type, which made sense to me. 




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