Publish service from Spatial Data frame (Service Name)

1846
3
11-16-2021 03:44 AM
Status: Already Offered
KrishV
by
Occasional Contributor III

Hi,

 

It would be nice if we can control the service name when publishing from Spatial Data Frame. Currently it uses a short GUID for the service name.

 

More Details:

https://community.esri.com/t5/arcgis-api-for-python-questions/publish-service-from-spatial-data-fram...

 

 

Thanks,

Krish

3 Comments
by Anonymous User

Thank you for your idea. We are considering this in the mid-term plan of the Python API

AaronKoelker

Hello @Anonymous User, I saw that the ArcGIS API for Python 2.0.0 documentation has an argument for service_name included with to_featurelayer. This isn't available in previous versions of the API however, and ArcGIS Online Notebooks 6.0 is still using ArcGIS API for Python 1.9.1.

Any idea when Notebooks 7.0 for ArcGIS Online is expected, and if it will use version 2.0.0?

AndrewChapkowski
Status changed to: Already Offered

You can pass service_name = <str> into to_featurelayer or import_data