[
https://issues.apache.org/jira/browse/AIRFLOW-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fokko Driesprong closed AIRFLOW-1672.
-------------------------------------
Resolution: Auto Closed
> Rendered variables turning into HTML components
> -----------------------------------------------
>
> Key: AIRFLOW-1672
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1672
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Amit Pahwa
> Priority: Minor
>
> Text from a rendered variable will convert into HTML in the Task's "rendered
> template" page.
> For example, a template with the following:
> CREATE TABLE foo.bar (
> field MAP<STRING, STRING>
> )
> will not render properly. it will actually show up in the UI as:
> CREATE TABLE foo.bar (
> field MAP
> )
> with the {{<STRING, STRING>}} being turned into an invisible broken HTML
> block.
> This, fortunately, only impacts the UI and does not change task execution.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)