YangMuye edited a comment on issue #13988: URL: https://github.com/apache/airflow/issues/13988#issuecomment-771628888
@RosterIn it is the behavior of some renderers (e.g. the SQL renderer), but not the others (such as the JSON renderer). In the past, the field was directly passed to the renderer, so a SQL renderer would render a SQL field as a list as illustrated in my example, and a JSON renderer would render a JSON field as JSON as shown in his example. After the patch, anything that is a list is serialized into a string so the SQL render does not have a chance to get a list at all. ---- EDIT: After checking the latest source code, I was wrong. The behavior applies to all renderers. ---------------------------------------------------------------- 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]
