jyotsa09 opened a new issue #18050:
URL: https://github.com/apache/airflow/issues/18050


   ### Apache Airflow version
   
   2.1.3 (latest released)
   
   ### Operating System
   
   debian buster
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Astronomer
   
   ### Deployment details
   
   astro dev start
   
   ### What happened
   
   When I have tried to duplicate a connection first time it has created a 
connection with hello_copy1 and duplicating the same connection second time 
giving me an error of 
   ```Connection hello_copy2 can't be added. Integrity error, probably unique 
constraint.```
   
   
   
   
   ### What you expected to happen
   
   It should create a connection with name hello_copy3 or the error message 
should be more user friendly.
   
   ### How to reproduce
   
   https://github.com/apache/airflow/pull/15574#issuecomment-912438705
   
   ### Anything else
   
   Suggested Error 
   ```
   Connection hello_copy2 can't be added because it already exists.
   ```
   or
   Change the number logic in _copyN so the new name will be always unique.
   
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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