You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Amit Pahwa (JIRA)" <ji...@apache.org> on 2017/10/04 00:06:00 UTC

[jira] [Commented] (AIRFLOW-1672) Rendered variables turning into HTML components

    [ https://issues.apache.org/jira/browse/AIRFLOW-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190566#comment-16190566 ] 

Amit Pahwa commented on AIRFLOW-1672:
-------------------------------------

This also happens in the logs for the task

> 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
(v6.4.14#64029)