Select to view content in your preferred language

Automate Python Script to overwrite Vector tile and image layer from ArcGIS Pro to Enterprise portal

368
1
02-06-2023 05:45 AM
BonnieYung123
New Contributor

Hi,

Does anyone help me to figure out how to create python script to automate overwrite workflow?  I wanted to create a automate workflow to overwrite vector tile and image layer from ArcGIS pro to Enterprise portal?

An script example?  I am using ArcGIS Pro 2.9.5 and portal 10.6.

I am new for python 

Thank you,

Bonnie

0 Kudos
1 Reply
dgiersz_cuyahoga
Frequent Contributor

Since you're new to python, I would recommend creating the workflow in ModelBuilder first. Then you can export that as a python script.

You could also run the tools in the workflow individually and then copy those as python snippets to piece together.

#CLE #sloth
0 Kudos