jyotsa09 edited a comment on pull request #15574:
URL: https://github.com/apache/airflow/pull/15574#issuecomment-912438705


   There is a scenario where I feel this is not working as expected.
   - When I have created a connection with name **conn_test_copy1**  and then I 
have tried to duplicate this connection. It actually created a connection with 
name as **conn_test_copy2** instead of **conn_test_copy1_copy1**.
   
![image](https://user-images.githubusercontent.com/88504849/131998473-1f9d125a-f41f-4e41-81b0-a9fd8bf62d0d.png)
   
   Also in the above scenario if I am trying to duplicate the 
**conn_test_copy1** it's giving me an error of **Connection conn_test_copy2 
can't be added. Integrity error, probably unique constraint**. It's because 
connection with name **conn_test_copy2** is already there but it's looking like 
we can't duplicate same connection twice.
   
![image](https://user-images.githubusercontent.com/88504849/131999473-be1ef7b5-e0f2-46b4-a35b-dfd6f67ba363.png)
   
    


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to