-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit fields for adds/updates #28
Comments
Where does append_fields get used? |
It's listed in the After a little more (inadvertent) testing, it looks like it doesn't throw the error if |
can this operation be done in the pro gui and exported to python to see what it's expecting? |
I don't think so- this is ArcGIS API for Python, not arcpy. The "try the different/native form" check would be an HTTP post request using https://developers.arcgis.com/rest/services-reference/enterprise/append-feature-service-layer-.htm |
so something like this example?
|
I can't figure out how to get the
append_fields
parameter to not throw Error 500 (unknown error)s. So for now, new dataframe fields must match existing fields. Later I can figure out how to get append_fields working properly (may need to chat w/Esri).The text was updated successfully, but these errors were encountered: