[
https://issues.apache.org/jira/browse/AIRFLOW-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aizhamal Nurmamat kyzy reopened AIRFLOW-2021:
---------------------------------------------
Reopening for component refactor.
> 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)