ashb commented on a change in pull request #13022:
URL: https://github.com/apache/airflow/pull/13022#discussion_r541327051
##########
File path: airflow/models/variable.py
##########
@@ -82,7 +83,7 @@ def val(cls): # pylint: disable=no-self-argument
return synonym('_val', descriptor=property(cls.get_val, cls.set_val))
@classmethod
- def setdefault(cls, key, default, deserialize_json=False):
+ def setdefault(cls, key, default, deserialize_json=False,
deserialize_yaml=False):
Review comment:
I wonder if we could do something better than these two vars.
Hmmmm.
How does UI display one of these YAML serialized variables?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]