kaxil commented on code in PR #44275:
URL: https://github.com/apache/airflow/pull/44275#discussion_r1853157750
##########
airflow/www/utils.py:
##########
@@ -833,6 +831,17 @@ def is_extendedjson(self, col_name):
)
return False
+ def is_json(self, col_name):
Review Comment:
This is because XCom's value is of `sqlalchemy.JSON` type
--
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]