You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some data that has uniqueness constraints for a particular set of attributes for one day.
For example (for attribute=X, day=Y) we ensure only a single data point exists.
When using this parallel copy, we'd like to do something like ON CONFLICT do nothing or similar. Is there a recommended way in which we could handle this?