Nanae Aubry

Results 102 comments of Nanae Aubry

Hello, Thanks for reporting! We are aware of the issue and trying to work on it. This is occurring due to an update in other dependencies that are no longer...

Just an update that we are close to releasing a new mapping widget that will be compatible with Jupyter Labs 4! Stay tuned :)

Hello, We made a minor change in the version edit method and it was pushed into a 2.1.0.2 release. Can you update to this release and see if the issue...

@hildermesmedeiros Glad it's not throwing the error but sorry it isn't saving. I am not familiar enough with branch editing to be of help with this. If I find something...

@georaleigh Following our guides here I can read in your table data: https://developers.arcgis.com/python/guide/part2-data-io-reading-data/#read-in-non-spatial-table-data

@georaleigh Sure so I also have arcpy in my environment and here is the code I used: ``` from arcgis.gis import GIS import pandas as pd gis = GIS(profile =...

@knoopum So what is happening in the insert layer method is that the file geodatabase gets added as an item and then published as an hosted feature item into your...

@knoopum When I try to publish the file geodatabase it is empty. Just FYI since you said it has one point: ![image](https://github.com/Esri/arcgis-python-api/assets/19919283/78a8e3d3-a6dc-4ead-91c9-a51b47f70920)

@knoopum Ok cool I didn't read that correctly my bad :) But we put in a small fix for the insert layer but the error remains and I wonder if...