Good morning,
I am working in building the following solution:
- create a hosted feature layer using ArcGIS Pro and publishing in ArcGIS Portal
- create a replica of the hosted feature layer locally
- update the replica, with ArcGIS Pro for testing, but the goal is to update the replica with python
- synchronize hosted feature with replica
Any recommendation in how to implement this solution.
Thanks
Hello everyone,
Project Scope: Update Feature Hosted layer from regular ArcGIs Portal and from a python script.
To update with python I am analysing two scenarios:
1) uing replicaiton in a FGDB
2) directly updating the hosted feature layer
First scenario.
I published a hosted feature layer using ArcGIS Pro to ArcGIs Portal
I am testing replication
https://developers.arcgis.com/python/guide/checking-out-data-from-feature-layers-using-replicas/
and Update using Upsert
Any suggestions will be welcome.
Question
Thank you