Bug
| Bug ID Number | BUG-000164865 |
|---|---|
| Submitted | February 5, 2024 |
| Last Modified | February 22, 2024 |
| Applies to | ArcGIS Pro |
| Version found | 3.2.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | In Review |
1. Return all fields in the UpdateCursor command and just update the ones that are required.
with arcpy.da.UpdateCursor('Property', ["*"]) as cursor:
for row in cursor:
print(row)
break
2. Use ArcGIS Pro 2.9 instead of a version 3.x release.
Bug ID: BUG-000164865
Software:
Get help from ArcGIS experts
Download the Esri Support App