microhuang opened a new pull request #16943:
URL: https://github.com/apache/airflow/pull/16943


   brow -> /variable/list/ -> click -> "Show record", get error。
   
   in tempate(flask_appbuilder):
   
   {%- macro render_column(item) -%}
       {%- set formatter = formatters_columns.get(item) -%}
       {%- set v = value_columns[include_columns.index(item)] -%}
       {{ formatter(v) if formatter else v }}
   {%- endmacro -%}
   
   and:
   
   instance(v, str) == True
   
   so:
   
   self <==> v ==> str


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