I have just completed a script to "download" SDE feature classes to a GDB/Dataset for the purpose of exporting to GPS Trimble for field verifications. I am now working on a script to "upload"/update my version of the SDE with the feature classes in the edited GDB.
Any tips? arcpy.Append_management?? The kicker is it can't append to the default... it needs to replace the feature classes in the SDE version.
Thanks in advance all!!
When you run the append, it doesn't really "replace the feature class" in any of the versions. Its just modifies the records for that feature class in that version.
Basically, if you are planning to script the process, make sure that the sde database connection you are using, is connected to the Version you want.
You can connect to the desired version by: