Amit Pahwa created AIRFLOW-1672:
-----------------------------------
Summary: 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 a broken HTML block.
This, fortunately, only impacts the UI and does not change task execution.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)