You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/10 09:28:47 UTC

[GitHub] [airflow] bolkedebruin commented on a diff in pull request #28777: Fix dag run conf encoding with non-JSON serializable values

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org