BasPH commented on issue #18050: URL: https://github.com/apache/airflow/issues/18050#issuecomment-917432275
Copies will be created after a user action so I can't imagine ever having to query for e.g. 10000 connections to find N. In my opinion it's not very user-friendly to refuse `copy2`. To mitigate querying the DB for every copy we could implement e.g. a `search_connection` method which queries `filter(Connection.conn_id.startswith(search_id))` and find N in code? -- 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]
