Hello!
I've encountered a problem publishing a spatially enabled dataframe as a hosted feature layer. The sdf is the result of joining two sdf's on a common field name. I've tried the following:
#1 feature_layer = sdf.spatial.to_featurelayer(title = 'jointest', gis=gis)
#2 feature_layer = sdf.spatial.to_featurelayer('jointest')
The only description of the error is, "Job failed." Although it reports that the job failed, an empty hosted feature layer item is created and errors out when trying to view the Data option from the item's Overview page. In addition to the empty feature layer, the second output is a file geodatabase. The point feature class and attribute table are perfect.
My environment is ArcGIS Pro v3.3/ArcGIS Enterprise (Portal) v11.1. Any assistance you can provide is greatly appreciated!