ashb commented on code in PR #27540: URL: https://github.com/apache/airflow/pull/27540#discussion_r1020082192
########## airflow/utils/json.py: ########## @@ -40,6 +43,16 @@ log = logging.getLogger(__name__) +CLASSNAME = "__classname__" +VERSION = "__version__" +DATA = "__data__" Review Comment: Rather than creating yet another way of encoding this kind of thing in the code base, is it possible we could reuse the `__var` and `__type` keys/prefixes that the BaseSerialization uses, or would that cause problems? -- 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]
