Related to cloudquery/cloudquery#8099 and other PK issues
Due to configuration errors, bugs, etc., multiplexers can generate duplicate clients, that is more than one client with the same fields to use during sync.
We should detect that here
|
clients = table.Multiplex(client) |
(using
client.ID()), skip any duplicate clients and add a log warning for those (possibly send it to sentry too).