I have a script where I take a local csv and use it to append changes to an existing feature layer on ArcGIS Online. The csv has latitude and longitude columns that are used for the location data. When I run the script, I would like the updated csv values to be geocoded using the x,y values since that method does NOT consume credits on AGOL. The script seems to default to ArcGIS World Geocoder and consumes credits when I run it.
Is there a command in ArcGIS API for Python that defines the geocoding method so I can avoid consuming credits?
Attaching a picture that shows the geocode option for lat/lon when manually adding a feature layer to ArcGIS Online.
Thanks in advance,