dstandish commented on a change in pull request #19267:
URL: https://github.com/apache/airflow/pull/19267#discussion_r738882776
##########
File path: airflow/models/param.py
##########
@@ -49,6 +49,7 @@ class Param:
"""
__NO_VALUE_SENTINEL = NoValueSentinel()
+ CLASS_IDENTIFIER = '__class'
Review comment:
I think that would be a schema change.
Note that type is used for deciding how to serialize, but in this case,
class is one layer below. It's probably redundant and could possibly be
combined but this is the existing structure
--
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]