Hello,
I am new to using our brand-new python notebook server (in Arcgis Enterprise portal).
So in the past when I was using ArcGis pro I used my sde connection (SQL Server) which had a list of all my database tables, enterprise geodatabase future class,....
And I wanted to easily connect again to my data so I followed the steps here to use my sde connection https://enterprise.arcgis.com/en/portal/latest/use/add-data-store-item.htm I successfully uploaded the sde file on the content of the Enterprise portal so it's now available as a Data Store.
So now in the notebook I can drag it and will automatic generate (I replaced some sensitive data with *):
# Item Added From Toolbar
# Title: GIS_one | Type: Data Store | Owner: ******
item = gis.content.get("***********")
item
So, my question is how can I open my data store (sde) so I can see the enterprise geodatabase future class, database tables, ... like I could see in ArcGis Pro when I opened my sde connection.
so I can edit or read my enterprise geodatabase future class.
thx