[GitHub] [airflow] subkanthi commented on issue #18050: Duplicating the same connection twice gives "Integrity error, probably unique constraint"

2021-09-07 Thread GitBox
subkanthi commented on issue #18050: URL: https://github.com/apache/airflow/issues/18050#issuecomment-914859881 @potiuk can I take this please. -- 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 th

[GitHub] [airflow] subkanthi commented on issue #18050: Duplicating the same connection twice gives "Integrity error, probably unique constraint"

2021-09-08 Thread GitBox
subkanthi commented on issue #18050: URL: https://github.com/apache/airflow/issues/18050#issuecomment-915237943 It looks definitely easy to change the error message, to implement creating new connections with _copy[number+1] , we have to query the existing connections, not sure if thats th

[GitHub] [airflow] subkanthi commented on issue #18050: Duplicating the same connection twice gives "Integrity error, probably unique constraint"

2021-09-11 Thread GitBox
subkanthi commented on issue #18050: URL: https://github.com/apache/airflow/issues/18050#issuecomment-917505967 My opinion also sides with @BasPH , to query with a regex pattern to find all the connections which has _copy[0-9], but should we add a column to indicate that it was a duplicate