uranusjr commented on a change in pull request #19267:
URL: https://github.com/apache/airflow/pull/19267#discussion_r738872206
##########
File path: airflow/models/param.py
##########
@@ -49,6 +49,7 @@ class Param:
"""
__NO_VALUE_SENTINEL = NoValueSentinel()
+ CLASS_IDENTIFIER = '__class'
Review comment:
I think we use `__type` in most places so this should also do for
consistency.
--
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]