tirkarthi commented on PR #26554:
URL: https://github.com/apache/airflow/pull/26554#issuecomment-1253730547

   @ashb Feel free to use the above patch. I guess there is some change due to 
inheriting from `DefaultJSONProvider` where the cls argument used inside 
`htmlsafe_json_dumps` fails along with other places using `json.dumps` from 
stdlib. Since `htmlsafe_json_dumps` has `dumps` argument passing 
`app.json.dumps` will have similar effect as earlier where cls was passed. 
`json.dumps` can be replaced by `app.json.dumps`.


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