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