Is it possible to create a composite primary key or unique index in CloudQuery?
For composite primary key, yes, you’d need to define multiple columns as the primary key and it should work properly. However, for composite unique index, I’m not sure if the destinations support it. Could you provide an example table definition that you would need it for?
PK composite should do it.
Thanks!