You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Daniel Imberman (Jira)" <ji...@apache.org> on 2020/03/29 15:43:00 UTC

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

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

Daniel Imberman commented on AIRFLOW-688:
-----------------------------------------

This issue has been moved to https://github.com/apache/airflow/issues/7971

> 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: Jay Sen
>            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
(v8.3.4#803005)