Select to view content in your preferred language

arcpy.da.Describe should return the same data as arcpy.Describe for a workspace (it does not currently)

1540
4
08-24-2023 02:55 PM
Status: In Product Plan
Labels (1)
AJR
by
Frequent Contributor

The arcpy.Describe function when used against an enterprise geodatabase connection returns the server information (authentication_mode, database, user, instance, etc.) via. the connectionProperties method.  This information isn't available when using arcpy.da.Describe and it should be.

4 Comments
ShaunWalbridge
Status changed to: Under Consideration

Thanks for your submission. This makes good sense and we'll look into the discrepancy.

AJR
by

Still an issue in AGP 3.4.3

HannesZiegler
Status changed to: In Product Plan

We're working on this!  This status does not guarantee that the functionality will be in the next release, but development work has begun. Release cycles vary by product so make sure to check the product life cycle information to get an idea of when to expect the next release.  

VenkataKondepati

Good to fix this issue in future release so it can have consistent results.