You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/29 15:42:47 UTC

[GitHub] [airflow] dimberman opened a new issue #7971: admin->connection extra value dont show up

dimberman opened a new issue #7971: admin->connection extra value dont show up
URL: https://github.com/apache/airflow/issues/7971
 
 
   
   
   **Apache Airflow version**: None
   
   Ticket was created 08/Dec/16 20:56
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release):
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   **What happened**:
   
   steps to recreate
   
   	go to http://localhost:8080/admin/connection/
   	create new connection and add this into extra field 
   
    {"verify": False} 
   
   	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: 
   
    {"verify": "False"} 
   
   basically it does not appear when the value field of the json string is not quoted.
   looks like it throws an error 
   
    {models.py:594} ERROR - No JSON object could be decoded 
   
   
   in anycase, extra string gets stored into database, but it creates problems when passing the extra params to the external library
   
   **What you expected to happen**:
   
   
   **How to reproduce it**:
   
   
   **Anything else we need to know**:
   
   Moved here from https://issues.apache.org/jira/browse/AIRFLOW-688
       

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] dimberman closed issue #7971: admin->connection extra value dont show up

Posted by GitBox <gi...@apache.org>.
dimberman closed issue #7971: admin->connection extra value dont show up
URL: https://github.com/apache/airflow/issues/7971
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services