Hi All,
Fairly new to publishing spatially enabled dataframes, looking for advice on the following
- python env either does not have arcpy, or has arcpy but does not have a license (not checked out or connected to license server
- create a spatially enabled dataframe from various data inputs
- publish to AGOL/Portal using either df.spatial.to_featurelayer() or gis.content.import_data()
Both of the above methods seem to export the dataframe out to shapefile first before publishing to feature class. This is causing a couple issues on the back end (field values are being converted to different datatypes resulting in a failed publish)
Is there a better way to publish spatially enabled dataframes in an environment that is not using arcpy?
Thanks!