You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jayesh (JIRA)" <ji...@apache.org> on 2016/12/15 23:49:58 UTC

[jira] [Assigned] (AIRFLOW-688) admin->connection extra value dont show up

     [ https://issues.apache.org/jira/browse/AIRFLOW-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jayesh reassigned AIRFLOW-688:
------------------------------

    Assignee: Jayesh

> admin->connection extra value dont show up
> ------------------------------------------
>
>                 Key: AIRFLOW-688
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-688
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: ui
>            Reporter: Jayesh
>            Assignee: Jayesh
>            Priority: Minor
>
> steps to recreate
> # go to http://localhost:8080/admin/connection/
> # create new connection and add this into extra field {code} {"verify": False} {code}
> # save the connection, and come back to UI on list of connection
> # click on + to see the extra field
> It will not show up, but this json string will work: {code} {"verify": "False"} {code}
> basically it does not appear when the value field of the json string is not quoted.
> looks like it throws an error {code} {models.py:594} ERROR - No JSON object could be decoded {code}
> in anycase, extra string gets stored into database, but it creates problems when passing the extra params to the external library



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)