dstandish commented on pull request #19267:
URL: https://github.com/apache/airflow/pull/19267#issuecomment-953981128


   there's a bit of awkwardness with the `Param` object as relates to 
serialization because, while for other objects we can reuse __dict__ as kwargs, 
for params, `default` is a kwarg but not an attribute.  it is tempting to add 
`default` as an attribute and let `value` be None, or perhaps a property, but 
not sure of downstream consequences.


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