I'm trying to update our sde with a hosted feature layer.
What is the best approach for this. I'm aware of the API Python and Arcpy. I'm a little confused on how to start of this script. I have a fair amount of knowledge with arcpy and have created complex scripts with it.
The goal is that this script will run automatically or when ever I want it to. Basically I want to take a hosted feature layer that is a copy of our database and update changes that were captured in the Hosted Feature Layer back to our database.
Do I use the API for Python to connect to the Hosted feature layer or can I use Arcpy for that? Would I use both the arcgis python API and arcpy ?
Any guidance would be appreciated!
Thanks,
Adam