I'm using GIS 10.3, according to arcgis.GIS.version (I know, IT needs to update things).
I've cloned a hosted feature layer in Portal, renamed the clone, and deleted all of its existing features. I'm now trying to use FeatureLayer.edit_features(adds=List[Feature]) to populate it.
Specifically - I'm calling the FeatureLayer.edit_features() method and passing the adds argument a list of arcgis.feature.Feature instances.
The returned results are always successful. However - none of the features are saved, and the layer is still empty in Portal.
I've triple checked to make sure I'm editing the correct feature layer, I've checked my user permissions, I've tried turning off change tracking, and nothing's worked. I'm at the end of my rope. Anyone have any suggestions?