When using the overwrite method from arcgis.features.managers. BUG

537
1
07-22-2020 08:41 AM
EricShreve
Occasional Contributor II

Does anyone know if this issue has been resolved or has an alternate solution? I have a python script that converts a JSON file to CSV and then it overwrite a hosted feature service. The script recently threw an error referencing that the collection.manager.overwrite function is no longer working. I found this link that references the Bug that has been reported.

BUG-000115253: When using the overwrite method from arcgis.features.

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

What version of the api are you using? 1.8.1?  If it said in production plan, then it may not be fixed yet, especially since there was no alternate solution.

1.8.2 is on esri's conda

https://anaconda.org/esri/arcgis 

so you could try a ... conda update arcgis=1.8.2

if you are familiar with conda


... sort of retired...
0 Kudos