bolkedebruin commented on code in PR #28777:
URL: https://github.com/apache/airflow/pull/28777#discussion_r1065535999
##########
airflow/utils/json.py:
##########
@@ -113,5 +113,20 @@ def orm_object_hook(dct: dict) -> object:
return deserialize(dct, False)
+class DagRunConfEncoder(WebEncoder):
Review Comment:
Make this part of WebEncoder rather than creating another one
--
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]