Request:
Enhance the arcgis.features.FeatureLayer.append() and arcgis.features.Table.append() functions in ArcGIS API for Python to support appending attachments along with features, improving efficiency of bulk attachments addition for large datasets.
Current Limitations:
Justification:
- Efficient bulk appending of both features and attachments is needed.
- Current workaround adding attachments (edit_features() and AttachmentManager.add()) after appending features) is inefficient for large datasets.
- Aligning append() with Esri’s own performance recommendations would improve usability.
Note: Found the following related questions about this subject in Esri Community: