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 2021/03/24 16:23:28 UTC

[GitHub] [airflow] bbovenzi commented on issue #14327: Kubernetes Objects are not serializable and break Graph View in UI

bbovenzi commented on issue #14327:
URL: https://github.com/apache/airflow/issues/14327#issuecomment-805967652


   @kaxil Would you be able to take a look at this? I don't think the root cause is in the UI.
   It blows up in `graph.html` because thats the only spot we try to convert `task_instances` to json, but the `V1ResourceRequirements` isn't valid json so it all blows up. I imagine it would be best to address that before we get to the html templates.


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

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