VBhojawala opened a new pull request #14024:
URL: https://github.com/apache/airflow/pull/14024


   
   related: #13988
   
   
   In  #11061 i believe  @turbaszek merged code for better rendering 
dictionary, but code 
   
   
https://github.com/apache/airflow/blob/d2efb33239d36e58fb69066fd23779724cb11a90/airflow/www/views.py#L901-L903
   
   also dumps list as json which is passed to render() function as string 
containing json which is causing this issue.
   
   
https://github.com/apache/airflow/blob/d2efb33239d36e58fb69066fd23779724cb11a90/airflow/www/utils.py#L308-L317
   
   If we remove list from  
   
https://github.com/apache/airflow/blob/d2efb33239d36e58fb69066fd23779724cb11a90/airflow/www/views.py#L901
   
   it will pass list to render function and render each list item as target 
render.
   In this case as SQL
   
   
![rendertmp](https://user-images.githubusercontent.com/11897651/106604899-473af000-6586-11eb-9e24-19975d246ebd.png)
   
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to