You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Yu Ishikawa (JIRA)" <ji...@apache.org> on 2018/01/23 04:49:00 UTC

[jira] [Closed] (AIRFLOW-2021) Can't register a GCP connection ID on the web UI

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

Yu Ishikawa closed AIRFLOW-2021.
--------------------------------
    Resolution: Not A Problem

Airflow 1.9.0 should run with flack>=0.11, <0.12.

> Can't register a GCP connection ID on the web UI
> ------------------------------------------------
>
>                 Key: AIRFLOW-2021
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2021
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 1.9.0
>            Reporter: Yu Ishikawa
>            Priority: Major
>         Attachments: airflow_connections_error.png
>
>
> I was not able to register a GCP connection ID on the web UI. The below error messages appeared. I attached a capture image of the web UI.
>  
> {noformat}
> Failed to update record. on_model_change() takes exactly 4 arguments (3 given){noformat}
>  
> Besides, I got the log on the web server in a docker container.
> {noformat}
> webserver | [2018-01-22 21:54:30,851] {view.py:1050} ERROR - Failed to update record.
> webserver | Traceback (most recent call last):
> webserver | File "/usr/local/lib/python2.7/dist-packages/flask_admin/contrib/sqla/view.py", line 1045, in update_model
> webserver | self._on_model_change(form, model, False)
> webserver | File "/usr/local/lib/python2.7/dist-packages/flask_admin/model/base.py", line 1482, in _on_model_change
> webserver | self.on_model_change(form, model)
> webserver | TypeError: on_model_change() takes exactly 4 arguments (3 given){noformat}



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