There is a Python tool to copy a Runtime geodatabase to a File geodatabase.
arcpy.CopyRuntimeGdbToFileGdb_conversion( .geodatabase file, .gdb folder)
Is there any similar easy way to do the opposite : copy a file geodatabase to a Runtime geodatabase ?
At this moment, we need to use ArcMap, load the geodatabase (or the relevant tables) on a map, execute 'Share As ... ArcGIS Runtime content'.In ArcGIS Pro I cannot find a similar functionality, let alone in any Python module.
Does anyone have an idea if there is an easy way (via script or code), or is there any future plan for this ?