Hello everyone,
How can I change in Python the current Geodatabase Connection Properties from a SDE connection to point to a specific version instead of DEFAULT one.
What I need to do in Python is the same thing we do in ArcMap "Change SDE Version".
Ideally I would like to create 2 connections in my script to the same SDE instance one pointing to DEFAULT and another to PREPRODUCTION.
Thanks