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
Shouldn't just id be enough? Wouldn't some targets have duplicates in the resulting table if we use id and updated_time to check for uniqueness when merging/upserting?
For example:
tap-facebook/tap_facebook/streams/campaign.py
Line 73 in 9fc57d9
Shouldn't just
idbe enough? Wouldn't some targets have duplicates in the resulting table if we useidandupdated_timeto check for uniqueness when merging/upserting?