You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "William Pursell (JIRA)" <ji...@apache.org> on 2018/08/22 21:36:00 UTC

[jira] [Created] (AIRFLOW-2938) Invalid 'extra' field in connection can raise an AttributeError when attempting to edit

William Pursell created AIRFLOW-2938:
----------------------------------------

             Summary: Invalid 'extra' field in connection can raise an AttributeError when attempting to edit
                 Key: AIRFLOW-2938
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2938
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: William Pursell
            Assignee: William Pursell


When the extra field of a connection is not an iterable json object, attempting to edit the connection can lead to a stack trace "Ooops": 

AttributeError: 'NoneType' object has no attribute 'get'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)