I have an SDE geodatabase with different versions for each user.
How can I list each version using Python?
There is a function on arcpy called ListVersions. Here's online help for it.
>>> print (arcpy.ListVersions('bigiron.sde')) [u'BILLY.VersionOne', u'JOE.2B8E86', u'S.DEFAULT'] >>>
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 month ago
viewed
64 times
active