Previously I used model builder (ran in ArcGIS Pro not on AGOL) to replace the content of several feature services using truncate and append w/ update geometry. However, every version change of ArcGIS Pro would break my tool. Sometimes even after repairing the model the update geometry toggle box would not be present. I was told to check out pipeline however the truncate and append tools are not available. The steps I would like to perform are as follows:
1) download data as a zip file from source https://gis.xyzxyzxy.com/Downloads/data/GDB/xxxxx_Export.zip
The source contains a gdb with 5 feature classes inside, I call this NEW DATA (Addresses, Parcels, Lots, Blocks, Subdivisions)
2) Unzip the new data
3) Input existing addresses (stored on my AGOL account)
4) Compare the existing addresses schema to the new addresses schema and repair if needed.
5) Tools: Truncate the existing addresses feature service (so only schema is saved) and append (with data from the downloaded gdb)
6) Output is the existing addresses feature service with both attributes and geometry updated from the new feature class from the gdb.
7) Repeat steps for updating the other 4 feature services.
Hi @Stephanie_Shaw, thank you for reaching out.
I believe this workflow should be possible in ArcGIS Data Pipelines. To be sure, I have some clarifying notes regarding your workflow:
Please let me know if you have any other questions or if I've missed something regarding your workflow.
Thanks again,
Bethany
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.