kaxil commented on code in PR #44843: URL: https://github.com/apache/airflow/pull/44843#discussion_r1883536589
########## airflow/serialization/helpers.py: ########## @@ -65,4 +69,4 @@ def is_jsonable(x): "Truncated. You can change this behaviour in [core]max_templated_field_length. " f"{rendered[:max_length - 79]!r}... " ) - return template_field + return serialized Review Comment: What's the bug that is fixed by this change? -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org