The system integrate data from ArcGis API Services(source) to Microsoft SQL Spatial DB(target).
When the api side have new row of data, i want to check if the data that is already pulled to DB is already existing using let say object_id field. I cannot use upsert at the writer since the flow is that we do not the want any change of pulled data since it will need to go through manual approval for any data changes.
How to insert new row of data only without updating existing data?