Hi everyone,
I am currently working with two hosted feature layers within an ArcGIS Notebook on AGOL:
Layer_Edits (from Portal, shared via Distributed Collaboration to AGOL)
Layer_Prod (in AGOL)
I am trying to find the best way to write a script where the Layer_Edits layer is appended/added to the Layer_Prod. I have a situation where either changes might be made to existing data or new data is added in the Layer_Edits.
Sync is enabled as a product of the Edits layer being a part of distributed collaboration. However, it's my understanding that the truncate/append function isn't supported if syncing is enabled. What are my options?