Hello and Happy New Year!
I am writing a Python script that ingests a layer from a branch-versioned feature service, changes the version, and then updates the data. I've not found any way to verify that arcpy.ChangeVersion_management() actually changed the version, other than assuming that no exception being thrown means it was successful.
There is no workspace property on the feature layer's Describe object, and no other properties other than canVersion and isVersioned. Has anyone else encountered this and found a way to check the active version? Thanks
- Jack C