Some created AIRFLOW-2784:
-----------------------------
Summary: Don't allow to create two CONNECTIONS with same name
Key: AIRFLOW-2784
URL: https://issues.apache.org/jira/browse/AIRFLOW-2784
Project: Apache Airflow
Issue Type: Bug
Affects Versions: 1.10
Reporter: Some
Fix For: Airflow 2.0, 1.10.1
Currently, airflow allow to create two CONNECTIONS with the same name.
This is a bug since airflow doesn't know how to handle it.
When creating a new connection there should be a check that the name is unique.
If not unique raise an error in the UI.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)