To All GIS community members,
Currently, I am coming up with some errors when executing the code using Python 3.9.11 (ArcGIS Pro 3.0.0).
My purpose is to automate pulling in data from feature class into historical table when the attribute data in feature class is being edited (for example: ownership name = John Smith, changed to Jame William). When I am executing the code, the error message pops up as follows:
raceback (most recent call last):
File "C:/Users/Asus/Desktop/LIS/Urban Design/Pull in data_Oldversion.py", line 28, in <module>
with arcpy.da.UpdateCursor(r"C:\Users\Asus\Desktop\LIS\Urban Design\21.1.2024\MyProject4\MyProject4.gdb", "*") as cursor:
RuntimeError: cannot open 'C:\Users\Asus\Desktop\LIS\Urban Design\21.1.2024\MyProject4\MyProject4.gdb'.
I was looking forward to seeing the solution in such a case. Please see the code I am using in the attachment below.
Thank you in advance.