I’d like to use ArcGIS Data Pipelines to keep a private parcel layer in my ArcGIS Online org in sync with the county’s public parcel service:
👉 Delaware County Parcels – Public Access
My goal is to have:
A copy of the parcel data that updates automatically from the county source.
The ability to add my own attachments (photos, PDFs, etc.) to parcels in my private layer.
Is it possible for Data Pipelines to update the parcel data without overwriting or removing attachments?
Or would I need a different approach (like storing attachments separately or using the REST API)?
Thanks in advance for any guidance or examples!