So in ArcPro you can take a map offline and it creates a local Mobile Geodatabase for each feature service in your map. I am after the recommended way to sync this mobile geodatabase in python. So far I have not found anything documented except for how to take a map offline. All I can see in the documentation is to click the sync button in the application.
Basically I want to run a script every morning before I get to work to sync all of my local copies to get the changes from the field the day before.
